summaryrefslogtreecommitdiff
path: root/print-telnet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid strcpyitojun2001-06-151-2/+2
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-2/+1
* remove non-STDC codeassar2000-07-011-3/+1
* avoid possible infinite loop in relts_print().itojun2000-06-031-17/+1
* do not attempt to telnet option chars directly - they usually includeitojun2000-05-281-5/+23
* s/sprintf/snprintf/.itojun2000-01-171-6/+7
* Unify rcsid[]'s.fenner2000-01-091-6/+2
* remove <netinet/tcpip.h>. including this header causes errors withassar2000-01-091-1/+0
* <sys/cdefs.h>: conditionalizeassar2000-01-071-0/+2
* comment out __RCSID (netbsd only).itojun1999-12-231-0/+2
* add print-ascii.c and print-telnet.c from netbsd.itojun1999-12-221-0/+191