aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-signon.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-234/+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-06-16Use "format_text()" on strings, so we handle non-printable characters.Guy Harris1-3/+5
Clean up white space a bit. svn path=/trunk/; revision=11157
2004-04-26From Jelmer Vernooij:Olivier Biot1-10/+19
Add support form extra SNACs. All TLV's are now recognized. svn path=/trunk/; revision=10712
2004-04-11From Jon Oberheide: add a missing hf[] entry for a field.Guy Harris1-1/+4
Fix up AUTHORS and the authors list in the Ethereal man page. svn path=/trunk/; revision=10581
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris1-0/+220
add a few more SNACs. svn path=/trunk/; revision=10450