aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-8/+8
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris1-3/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-9/+9
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-1/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris1-4/+3
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-42/+5
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-0/+316