summaryrefslogtreecommitdiff
path: root/print-sll.c
Commit message (Expand)AuthorAgeFilesLines
* From Joao Medeiros: fix typo in print-sll.c (report 802.2 packets asGuy (Core OS) Harris2009-06-031-1/+1
* Have print_llc() clear out the extracted_ethertype argument, rather thanguy2005-11-131-2/+4
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-3/+3
* Don't show the packet type as an Ethernet type if it's not one.guy2005-04-261-6/+41
* -use tok2str() for pkt type printinghannes2004-10-281-33/+17
* Fix up a bunch of comments - the on-the-wire length field in aguy2004-03-171-2/+2
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-30/+6
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+14
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-54/+6
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Get rid of definitions of "packetp" and "snapend" outsideguy2001-06-081-4/+1
* LLC frames with a DSAP and LSAP of 0xe0 are IPX frames, and so are Linuxguy2001-01-151-1/+8
* Have the Linux cooked dissector set "packetp" to point to the fakeguy2000-12-231-9/+12
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-7/+23
* Add support for a new link layer type DLT_LINUX_SLL, for use when doingguy2000-12-211-0/+219