aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stun.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-410/+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-01-04From Shiang-Ming Huang: bug fix.Guy Harris1-2/+2
svn path=/trunk/; revision=9546
2003-09-05Make even the non-heuristic STUN dissector reject packets that don'tGuy Harris1-60/+47
look like STUN packets. svn path=/trunk/; revision=8384
2003-08-18Change a NULL to an empty string in order to appease "[t]ethereal -G fields".Gerald Combs1-2/+2
svn path=/trunk/; revision=8180
2003-08-17From Shiang-Ming Huang: STUN (RFC 3489) support.Guy Harris1-0/+423
svn path=/trunk/; revision=8175