aboutsummaryrefslogtreecommitdiffstats
path: root/packet-eigrp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-34/+34
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer: get rid of unused arguments.Guy Harris2002-05-021-29/+40
* Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez2002-02-011-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-4/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-5/+7
* 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