]> The Tcpdump Group git mirrors - tcpdump/history - print-telnet.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / print-telnet.c
2003-12-29  hannespass on ident string to hex_print()
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
2001-09-10  fennerFix truncation checks. It checked the TCP packet lengt...
2001-06-26  itojuncopy <arpa/telnet.h> from netbsd, into "telnet.h"
2001-06-26  itojunimprove ENCRYPT and AUTHENTICATION telnet negotiation...
2001-06-25  itojundo not print anything if it is not a valid IAC xx sequence
2001-06-25  itojuncleanup/correct telnet option printing.
2001-06-15  itojunavoid strcpy
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-23  guyAdd "tcp.h" and "udp.h" headers, to declare the TCP...
2000-07-01  assarremove non-STDC code
2000-06-03  itojunavoid possible infinite loop in relts_print().
2000-05-28  itojundo not attempt to telnet option chars directly - they...
2000-01-17  itojuns/sprintf/snprintf/.
2000-01-09  fennerUnify rcsid[]'s.
2000-01-09  assarremove <netinet/tcpip.h>. including this header causes...
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.