aboutsummaryrefslogtreecommitdiffstats
path: root/packet-zebra.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Make the Zebra dissector, and a routine it uses, static, as they're notGuy Harris1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-20Use "memset()" to zero byte arrays, and "memcpy" to copy into them.Guy Harris1-9/+7
2000-08-18- remove ^MLaurent Deniel1-655/+657
2000-08-18Add Zebra dissector from Jochen.Gilbert Ramirez1-0/+655