summaryrefslogtreecommitdiff
path: root/print-telnet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-4/+4
* Telnet: Remove a redundant ND_TCHECK_1 callFrancois-Xavier Le Bail2020-12-081-4/+0
* Lose a few always-true #ifdef wrappers. [skip ci]Denis Ovsienko2020-10-031-9/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-3/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+0
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-4/+4
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-3/+2
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Telnet: Use more the EXTRACT_U_1() macroFrancois-Xavier Le Bail2018-01-091-1/+2
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-19/+19
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2018-01-021-1/+1
* Use more the EXTRACT_U_1() macro (47/n)Francois-Xavier Le Bail2017-12-051-1/+1
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-3/+3
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-1/+1
* Use more the EXTRACT_U_1() macro (32/n)Francois-Xavier Le Bail2017-11-281-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+2
* CVE-2017-12988/TELNET: Add a missing bounds check.Guy Harris2017-09-131-0/+1
* Telnet: Add a bounds checkFrancois-Xavier Le Bail2016-10-121-0/+1
* Telnet: Add some bounds checksFrancois-Xavier Le Bail2016-10-091-1/+8
* Declare some variables as staticFrancois-Xavier Le Bail2016-09-111-2/+2
* 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
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Add a comment explaining what the first telnet_parse() call does.Guy Harris2014-10-191-0/+4
* No need to check for -q in the Telnet dissector.Guy Harris2014-10-191-5/+0
* Print *something* for Telnet regardless of the -q/-v flags.Guy Harris2014-10-191-0/+5
* NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko2014-03-171-28/+27
* print-telnet: variable 'length' is updated and the new value is never usedFrancois-Xavier Le Bail2014-03-071-1/+0
* don't include addrtoname.h needlesslyDenis Ovsienko2014-02-251-1/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2014-01-011-1/+285
|\
| * Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+285
* | ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
|/
* pass on ident string to hex_print()hannes2003-12-291-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
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+4
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* whitespace cleanupitojun2002-06-111-5/+5
* Fix truncation checks. It checked the TCP packet length but not thefenner2001-09-101-14/+11
* copy <arpa/telnet.h> from netbsd, into "telnet.h"itojun2001-06-261-8/+4
* improve ENCRYPT and AUTHENTICATION telnet negotiation printing.itojun2001-06-261-17/+73
* do not print anything if it is not a valid IAC xx sequenceitojun2001-06-251-4/+2
* cleanup/correct telnet option printing.itojun2001-06-251-86/+124