aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sll.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2003-12-22Set "pinfo->p2p_dir" if the packet wasn't received promiscuously.guy1-1/+18
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-6/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-2/+4
2001-11-20Make the capture routines take an additional argument giving the amountguy1-8/+8
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,guy1-3/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-9/+9
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-1/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setguy1-4/+3
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-42/+5
2001-01-09Register the IPX dissector, make it static, and call it through aguy1-3/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themguy1-2/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSguy1-0/+316