aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-2/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-8/+8
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-3/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-9/+9
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-1/+2
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-4/+3
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-42/+5
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-3/+5
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have the TR MAC and LLC dissectors register themselves, make themGuy Harris2001-01-031-2/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris2000-12-231-0/+316