summaryrefslogtreecommitdiff
path: root/print-sip.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.Guy Harris2014-10-191-28/+25
| | | | | | | | | | "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.
* NDOize EAP, IEEE CFM, lwres, SIP & Syslog decodersDenis Ovsienko2014-04-011-12/+11
|
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
|
* only include udp.h when necessaryDenis Ovsienko2014-02-111-2/+0
|
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-1/+1
|
* Check that bytes exist in the captured data before fetching them.Guy Harris2009-08-181-0/+4
|
* add basic support for the SIP protocolhannes2004-07-271-0/+60