aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ymsg.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-433/+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-04-02From Devin Heitmueller: do YMSG desegmentation.Guy Harris1-8/+50
svn path=/trunk/; revision=10540
2003-10-22From Yaniv Kaul:Guy Harris1-20/+7
remove the check on 3 ports only - since Yahoo! Messenger can stream on any port; remove the check that will not dissect if the packet is not big enough - as partial dissection is also helpful sometimes; the version is 2 bytes, not 4 bytes. svn path=/trunk/; revision=8752
2003-03-01More URLs, from a message from Martin Regner.Guy Harris1-1/+13
svn path=/trunk/; revision=7227
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris1-0/+392
Pull "packet-yhoo.h" into "packet-yhoo.c". svn path=/trunk/; revision=7226