aboutsummaryrefslogtreecommitdiff
path: root/print-cnfp.c
AgeCommit message (Expand)Author
2020-10-17Include <string.h> only if required.Denis Ovsienko
2020-09-28Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2019-08-19Use more HTTPS in URLsFrancois-Xavier Le Bail
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-05-10Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-01-30Use nd_ipv4 rather than struct in_addr.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-29Use nd_ types, add EXTRACT_ calls.Guy Harris
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-08-27Use a table instead of getprotobynumber().Denis Ovsienko
2017-08-26If -n is specified, don't look up IP protocol numbers.Guy Harris
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-11-10Dissect NetFlow 1, 5, and 6 in separate loops.Guy Harris
2014-11-09Use ND_TCHECK() to do bounds checking.Guy Harris
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-03-21NDOize 7 more small decodersDenis Ovsienko
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2005-04-20Get rid of an unused variable.guy
2003-11-16Have the configure script arrange that the Makefile define _U_guy
2003-11-15From Neil Spring:guy
2003-06-07Add a new "ipproto.h" header file, with definitions of IP protocol typeguy
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2002-09-05Get rid of the "-Wno-unused" flag, and fix up most of theguy
2002-09-05Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy
2002-08-01Added support for Win32, based on WinPcap.risso
2001-09-17Eliminate some unused parameters.fenner
2001-02-21Patch from Harry Raaymakers <harryr@connect.com.au> to the Cisco NetFlowguy
2000-09-23Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy
2000-05-15(unsigned) casts in printf to make gcc happyassar
2000-04-28-Wall -Werror clean.itojun
2000-04-27s/in_addr_t/struct in_addr/itojun
2000-04-27follow rule about rcsid and config.hitojun
2000-04-27add cisco NetFlow support from OpenBSD.itojun