aboutsummaryrefslogtreecommitdiffstats
path: root/packet-zebra.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-02Use "tvb_memcpy()", not "tvb_get_ptr()" followed by "memcpy()".guy1-6/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-5/+4
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-3/+3
2001-07-16Use "proto_tree_add_item()", not "proto_tree_add_string()" with aguy1-11/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-28/+28
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-3/+4
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;guy1-2/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Make the Zebra dissector, and a routine it uses, static, as they're notguy1-3/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-20Use "memset()" to zero byte arrays, and "memcpy" to copy into them.guy1-9/+7
2000-08-18- remove ^Mdeniel1-655/+657
2000-08-18Add Zebra dissector from Jochen.gram1-0/+655