aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msn-messenger.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-153/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-02-19Add support for dissection over HTTP.Olivier Biot1-1/+5
svn path=/trunk/; revision=10117
2003-02-13Comment out unused variablesJörg Mayer1-4/+4
svn path=/trunk/; revision=7142
2003-01-30Put in URLs for copies of the now-expired I-D for MSN Messenger, and aGuy Harris1-1/+22
note that it really should be dissected like other FTP-flavored protocols. (Or is that "SMTP-flavored"? Which was the first Internet protocol to have that "command/response-with-3-digit-error-code" form?) svn path=/trunk/; revision=7046
2003-01-30From Chris Waters: MSN Messenger support.Guy Harris1-0/+128
svn path=/trunk/; revision=7045