]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.
authorGuy Harris <[email protected]>
Sun, 19 Oct 2014 18:21:44 +0000 (11:21 -0700)
committerGuy Harris <[email protected]>
Sun, 19 Oct 2014 18:21:44 +0000 (11:21 -0700)
"Text protocols" are protocols that have the general feel of FTP, with
command lines with a command name and space-separated arguments and
response lines beginning with a 3-digit reply code.  They can also
include HTTP-style headers and an entity body.

We add support for the FTP control channel, HTTP, SMTP, and RTSP.  We
also change the SIP printer to use it.


No differences found