aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-01From Alejandro Vaquero:Lars Roland1-1/+22
2005-01-05From Chris Maynard: catch a case where a string allocated withGuy Harris1-1/+1
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-2/+2
2004-11-21If message for SIP port starts with F8 it's a SIGCOMP message - decode it.Anders Broman1-0/+18
2004-11-10From Nils Ohlmeier : patch for packet-sip.c which looks if the Anders Broman1-4/+28
2004-11-03Add SIP headers from: http://www.ietf.org/internet-drafts/draft-ietf-sip-reso...Anders Broman1-209/+227
2004-10-17Update some SIP headers from http://www.iana.org/assignments/sip-parameters.Anders Broman1-315/+402
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-26Clean up white space.Guy Harris1-11/+9
2004-08-23Register SIP as a dissector to be able to do:Anders Broman1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2063