summaryrefslogtreecommitdiff
path: root/print-juniper.c
Commit message (Expand)AuthorAgeFilesLines
* 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 a bunch of de-constifications.Guy Harris2015-04-261-3/+3
* Skip the LLC and SNAP headers with -x.Guy Harris2015-04-171-2/+8
* Get rid of unused variables.Guy Harris2015-04-171-4/+0
* Clean up printing of LLC packets.Guy Harris2015-04-171-4/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-8/+8
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-8/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-38/+38
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-8/+9
* NDOize Juniper DLT decodersDenis Ovsienko2014-03-291-145/+162
* NDOize ISO CLNS decoderDenis Ovsienko2014-03-281-8/+8
* print-juniper: add a missing breakFrancois-Xavier Le Bail2014-03-271-0/+1
* NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko2014-03-201-2/+2
* NDOize Frame Relay, LMP and RADIUS decodersDenis Ovsienko2014-03-181-2/+2
* NDOize LLC decoderDenis Ovsienko2014-03-151-2/+2
* NDOize 8 more small decodersDenis Ovsienko2014-03-131-2/+2
* NDOize more small decodersDenis Ovsienko2014-03-121-1/+1
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* whitespace changesMichael Richardson2014-01-011-32/+32
* make more array declarations static/constDenis Ovsienko2013-12-191-2/+2
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-7/+7
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-4/+4
* reworked print-ether to use netdissectMichael Richardson2010-10-071-4/+4
* Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-6/+5
* Patches from NetBSD tree.mcr2007-08-291-3/+7
* bugfix: ggsn: parse against cookies and not the ip headerhannes2006-06-141-3/+4
* add GGSN PIC name resolutionhannes2006-06-141-1/+5
* add ifle/ifmt name resolutionhannes2006-03-101-5/+267
* improve Control Word detection heuristics for OAM cellshannes2006-02-241-11/+16
* squelch warning message for unknown juniper encapulationshannes2006-02-011-1/+18
* -add support (TLV parser) for the juniper .pcap extensionshannes2006-01-301-15/+171
* add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printershannes2005-08-231-1/+69
* add support for detection of the extension bithannes2005-08-101-8/+16
* #ifdef references to various Juniper DLT_ values, so that we can buildguy2005-07-291-1/+13
* update length,caplen fields when determining the cookie lengthhannes2005-07-211-1/+3
* add support for Frame-Relay over AS-PIC dissectorhannes2005-07-201-13/+76
* bugfix: an empty AS-PIC cookie will be interpreted as IPv4 but could be IS-IShannes2005-07-201-2/+10
* Juniper routers do not deliver a heading HEC byte for oam cells: make the OAM...hannes2005-06-201-3/+4
* check for cell-relay controlword between the cookie and the OAM payloadhannes2005-06-091-1/+8
* From Albert Chin: don't call "ip6_print()" if it's not available.guy2005-06-071-1/+3
* Protect code for particular Juniper DLT_ values with #ifdefs, so thisguy2005-06-031-1/+46
* add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}, better boundary...hannes2005-05-221-2/+215
* add support for the atm-cell-relay control wordhannes2005-05-171-2/+8
* add support for AS-PIC cookieshannes2005-05-121-15/+60
* add support for DLT_JUNIPER_PPPOE_ATM printerhannes2005-05-121-28/+45
* do not dependend on eflag setting wether to configure cookie data or not - e....hannes2005-05-101-3/+4