mainLDP layer for scapy - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 10470
System Name: ldpscapy
Name: LDP layer for scapy
Group Type: non-GNU software and documentation

This group is not part of the GNU Project.

This project adds a layer for scapy.
The implementation is restricted (for now) on IPv4.
I have implemented these classes:

  • class LDPNotification(Packet)
  • class LDPHello(Packet):
  • class LDPInit(Packet):
  • class LDPKeepAlive(Packet):
  • class LDPAddress(Packet):
  • class LDPAddressWM(Packet):
  • class LDPLabelMM(Packet):
  • class LDPLabelReqM(Packet):
  • class LDPLabelWM(Packet):
  • class LDPLabelRelM(Packet):


You can add as many messages as you want. Simply encapsulate them after an LDP packet and then each one after the others.

For example:
LDP(id="10.2.1.2")/LDPHello(params=[180,1,1])/LDPInit(id=0x18,rid=rid)/LDPKeepAlive(id=0x19)

Download the latest release:
http://git.savannah.gnu.org/cgit/ldpscapy.git/snapshot/ldpscapy-master.tar.gz


Registration Date: Sun 21 Feb 2010 12:53:45 PM UTC
License: GNU General Public License v2 or later
Development Status: 3 - Alpha

 

Quick Overview
 Memberlist (1 member)

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code