aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h263.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-541/+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-25Updates from Richard v d HoffRonnie Sahlberg1-2/+5
IAX2 updates and a CRC16 routine svn path=/trunk/; revision=11233
2003-08-25H.263 updates from Niklas Ogren.Guy Harris1-23/+64
Put him in the authors list in the Ethereal man page. svn path=/trunk/; revision=8254
2003-08-24From Niklas ORonnie Sahlberg1-31/+31
Add the blurb description to the hF fields in the H.263 dissector svn path=/trunk/; revision=8227
2003-08-23Add a dissector table for RTP payload types, and have dissectorsGuy Harris1-4/+11
register themselves in that table rather than exporting their dissectors by name and having the RTP dissector know about particular dissectors for particular payload types. svn path=/trunk/; revision=8215
2003-08-23From Niklas OgrenRonnie Sahlberg1-0/+490
the H263 dissector svn path=/trunk/; revision=8212