summaryrefslogtreecommitdiff
path: root/interface.h
Commit message (Expand)AuthorAgeFilesLines
* No need to declare unaligned_mem{cpy,cmp} in netdissect.h *and* interface.h.Guy Harris2014-01-171-3/+0
* memcmp() doesn't modify either of its arguments.Guy Harris2014-01-151-1/+1
* Revert print-tcp memcpy() changes, and use unaligned_memcpy() instead.Guy Harris2014-01-151-0/+1
* Move safememcpy() to util.c so it doesn't get inlined.Guy Harris2014-01-151-0/+2
* justify more function declarationsDenis Ovsienko2014-01-141-2/+2
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-3/+0
* whitespace changesMichael Richardson2014-01-011-24/+24
* ahcp_print() isn't INET6-only, so declare it even if INET6 isn't defined.Guy Harris2013-12-151-1/+1
* AHCP: add version 1 decoderDenis Ovsienko2013-11-131-0/+1
* print-nfs: add versions of nfsreq_print and nfsreply_print that do not print ...Longinus002013-11-071-0/+2
* LMP: add -T override and fix version 1 test(s)Denis Ovsienko2013-09-071-0/+1
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-2/+0
* Merge git://github.com/the-tcpdump-group/tcpdumpGuy Harris2013-06-221-0/+3
|\
| * add OpenFlow 1.0 decoder (no SSL)Denis Ovsienko2013-05-291-0/+2
| * add minimal OpenFlow decoding frameworkDenis Ovsienko2013-05-291-0/+1
* | Avoid some warnings from Sun C.Guy Harris2013-06-221-6/+20
|/
* Fix MPTCP supportGregory Detal2013-04-191-1/+1
* Multipath TCP (RFC 6824) supportGregory Detal2013-04-141-0/+1
* improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM)Denis Ovsienko2013-04-141-0/+2
* use existing PGM decoder for UDP-encapsulated PGMDenis Ovsienko2013-04-141-0/+1
* Declare vxlan_print() and otv_print() in interface.h, and fix its definition.Guy Harris2013-03-261-0/+2
* - Add support for OTV (draft-hasmit-otv-04).Francesco Fondelli2013-02-261-0/+1
* ZeroMQ initial support (ZMTP/1.0 framing)Denis Ovsienko2013-02-111-0/+2
* fix some PT_* macros indentation with tabsDenis Ovsienko2013-02-111-2/+2
* Add "radius" as an option for -T.Guy Harris2012-06-301-0/+1
* add DNSSL (RFC6106) supportDenis Ovsienko2012-04-131-0/+1
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-2/+0
* Add DLT_PFSYNC support.Guy Harris2012-02-291-0/+2
* Add a CARP dissector and a command-line option to dissect proto 112 as CARP.George Neville-Neil2011-11-231-0/+2
* Use "-H", not "-h", for the 802.11s option, and improve error reporting.Guy Harris2011-06-211-1/+1
* add support for the RPKI/Router Protocol as per draft-ietf-sidr-rpki-rtr-12Hannes Gredler2011-06-161-0/+1
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-1/+6
* Don't use "struct netdissect_options" in interface.h.Guy Harris2011-05-051-8/+0
* From: Darren Reed <darren.reed@oracle.com>Michael Richardson2011-05-031-0/+9
* Add printer for the Babel routing protocol (RFC 6126).Juliusz Chroboczek2011-04-271-0/+1
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+0
* reworked print-ether to use netdissectMichael Richardson2010-10-071-4/+0
* Mark various IPv4 and IPv6 headers as unaligned.Guy Harris2010-08-311-38/+0
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-221-0/+1
* Prevent GCC from doing some alignment-unsafe optimizations on SPARC.Guy Harris2010-08-141-0/+33
* Add a -h flag, and only attempt to recognize 802.11s mesh headers if it's set.Guy Harris2010-05-271-0/+1
* moved ieee802.15.4 to NDO systemMichael Richardson2010-05-131-1/+0
* Merge remote branch 'origin/master'Dmitry Eremin-Solenikov2010-03-091-11/+9
|\
| * Process VLAN frames and Alteon jumbo frames in the Ethernet printer.Guy Harris2010-02-211-3/+4
| * Handle the 48-byte and 64-byte Linux USB headers differently; for now,Guy Harris2010-01-251-1/+2
| * Get rid of BIG_ENDIAN and LITTLE_ENDIAN definitions.Guy Harris2010-01-101-5/+0
| * IETF FORCES protocol printer, from Jamal Hadi Salim <hadi at cyberus.ca.Michael Richardson2010-01-101-1/+1
| * XXX_if_print() routines are not passed a "struct netdissect_options *",Guy Harris2009-11-261-1/+1
| * updated print-ipnet.c to use netdissect options structureMichael Richardson2009-11-241-3/+0