aboutsummaryrefslogtreecommitdiffstats
path: root/packet-zebra.c
Commit message (Expand)AuthorAgeFilesLines
* Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()".Guy Harris2002-04-021-6/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+4
* Convert some "col_add_str()" calls to "col_set_str()".Guy Harris2002-01-211-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-3/+3
* Use "proto_tree_add_item()", not "proto_tree_add_string()" with aGuy Harris2001-07-161-11/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-28/+28
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-3/+4
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-2/+2
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-6/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Make the Zebra dissector, and a routine it uses, static, as they're notGuy Harris2001-01-031-3/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris2000-12-021-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Use "memset()" to zero byte arrays, and "memcpy" to copy into them.Guy Harris2000-08-201-9/+7
* - remove ^MLaurent Deniel2000-08-181-655/+657
* Add Zebra dissector from Jochen.Gilbert Ramirez2000-08-181-0/+655