aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eigrp.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates,Guy Harris2001-05-031-14/+32
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* Put the top-level item for a TLV into the protocol tree with a textGuy Harris2001-04-201-9/+3
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-12/+11
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-4/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add a ; to the empty default case in a switch statement. ANSI C saysGilbert Ramirez2000-11-141-1/+3
* New EIGRP dissector, from Paul Ionescu.Guy Harris2000-11-091-54/+384
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-3/+4
* #include netinet/in.h (for ntohs() macro), if available.Gilbert Ramirez2000-05-301-1/+5
* Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris2000-05-281-0/+132