Open GoogleCodeExporter opened 8 years ago
problems: wireshark/tcpdump will decode, but see checksum on cdp as incorrect.
Next
step is to add more CDP fields, with the ultimate goal to be able to
impersonate a
Cisco phone. Most Cisco Voip implementations depend on CDP messages to place
phones
in a special VOIP vlan....
Original comment by don.mi...@gmail.com
on 23 Apr 2008 at 11:30
Final comment: eth_aton function stolen from http://zeaster.blogspot.com/, but
rest
of his sample code I can't get to work. He calls whole class (ip_p = ip.IP()...
packet.data = ip_p) which errors out for me. I find you have to call {packet
type}.pack() or a variation of {packet type).__str__ or (packet type).data
depending
on what you are doing. Also when programming this {packet type}.__dict__ is
uber
helpful to keep track of what class attributes are necessary.
Original comment by don.mi...@gmail.com
on 23 Apr 2008 at 11:36
Original issue reported on code.google.com by
don.mi...@gmail.com
on 23 Apr 2008 at 11:26