aboutsummaryrefslogtreecommitdiffstats
path: root/packet-igrp.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-3/+3
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-3/+3
2001-03-05Move the definition of IP_PROTO_IGRP to "packet-ip.h", and put an entryGuy Harris1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-9/+7
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-26Cisco IGRP support, from Paul Ionescu.Guy Harris1-0/+247