]> The Tcpdump Group git mirrors - tcpdump/history - print-ascii.c
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / print-ascii.c
2024-03-28  Francois-Xavier... Include <config.h> unconditionally
2024-02-28  Francois-Xavier... Replace '> 0' with '!= 0' in some unsigned expression...
2024-01-25  Denis OvsienkoRemove old debug code from print-ascii.c. [skip ci]
2023-06-12  Francois-Xavier... Update ND_BYTES_AVAILABLE_AFTER() macro for better... 1047/head
2023-02-15  Francois-Xavier... Fix spaces before tabs in indentation
2022-03-04  Francois-Xavier... ASCII/hex: Rename a variable
2021-03-28  Denis OvsienkoSpell "indent" where it belongs.
2021-03-27  Francois-Xavier... ASCII/hex: Use nd_trunc_longjmp() in truncation cases
2020-09-13  Denis OvsienkoLose a forward declaration in print-ascii.c. [skip ci]
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2019-09-01  Guy HarrisDon't use <ctype.h> macros.
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-04-18  Guy HarrisFix some narrowing warnings on LP64/LLP64 platforms.
2019-03-26  Francois-Xavier... Use the new GET_ macros instead of the EXTRACT_ ones
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2018-12-11  Guy HarrisType and size cleanups.
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-06-01  Francois-Xavier... Simplify some expressions
2018-05-10  Francois-Xavier... Update hex_and_ascii_print_with_offset() to static
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-28  Francois-Xavier... Use the EXTRACT_U_1() macro in some utility functions
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-09  Francois-Xavier... Use more the EXTRACT_U_1() macro (48/n)
2017-12-05  Francois-Xavier... Use more the EXTRACT_U_1() macro (47/n)
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-10-23  Guy HarrisDon't run past the snapshot length when doing hex/ASCII...
2014-04-03  Gisle Vanemcoordinate ascii_print() prototypes for MSVC
2014-04-03  Denis Ovsienkoimprove previous NDO conversions
2014-03-26  Denis Ovsienkofinalize some previous NDO conversions
2014-03-13  Denis OvsienkoNDOize print-ascii.c further
2014-02-03  Guy HarrisWith -A and -AA, don't send CRs to the standard output.
2014-02-02  Guy HarrisDo our own isascii(), isprint(), isgraph(), and toascii().
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2014-01-02  Denis Ovsienkofix a few compiler warnings about prototypes
2014-01-02  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Michael Richardsonndo-ize print-ascii: hex_print_with_offset()
2005-07-06  guyHave "ascii_print()" do the "-A" output, and nothing...
2004-07-21  guyThe first argument to "ascii_print_with_offset()",...
2003-12-29  hannespass on ident string to hex_print()
2003-12-29  hanneselimitate tabs as they mess up the multi-line output
2003-12-29  hannespass an identation string to the ascii printer
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-04-24  guy"-A" flag to print packet data in ASCII, from Jørgen...
2000-01-29  itojunfix ascii dump with -X. due to mistake in snprintf...
2000-01-17  itojuns/sprintf/snprintf/.
2000-01-09  fennerUnify rcsid[]'s.
2000-01-07  assar<sys/cdefs.h>: conditionalize
1999-12-23  itojuncomment out __RCSID (netbsd only).
1999-12-22  itojunadd print-ascii.c and print-telnet.c from netbsd.