summaryrefslogtreecommitdiff
path: root/print-sll.c
Commit message (Expand)AuthorAgeFilesLines
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix comment.Guy Harris2015-04-181-1/+1
* Skip the LLC and SNAP headers with -x.Guy Harris2015-04-171-4/+14
* Clean up printing of LLC packets.Guy Harris2015-04-171-10/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* refine 802.1Q VLAN TCI decodingDenis Ovsienko2015-01-291-4/+1
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-6/+6
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-2/+2
* NDOize LLC decoderDenis Ovsienko2014-03-151-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1
* NDOize DCCP, Linux socket and RPKI-Router decodersDenis Ovsienko2014-03-141-37/+34
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-1/+1
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-01-011-1/+88
|\
| * Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+88
* | whitespace changesMichael Richardson2014-01-011-1/+1
|/
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* reworked print-ether to use netdissectMichael Richardson2010-10-071-1/+1
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-7/+38
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-1/+1
* 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