aboutsummaryrefslogtreecommitdiffstats
path: root/packet-zebra.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-09At least from the latest Zebra source, it appears that the messages toGuy Harris1-30/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-04-02Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()".Guy Harris1-6/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-5/+4
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-3/+3
2001-07-16Use "proto_tree_add_item()", not "proto_tree_add_string()" with aGuy Harris1-11/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-28/+28
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-3/+4
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-2/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
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