aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q933.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
svn path=/trunk/; revision=15218
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-5/+5
svn path=/trunk/; revision=15169
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
svn path=/trunk/; revision=14167
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
svn path=/trunk/; revision=14166
2005-03-21from Hannes GredlerRonnie Sahlberg1-0/+134
update for q933 (and changes to move variable declarations to the start of a block since normal c compilers can not handle declarations in the middle of a block) svn path=/trunk/; revision=13854
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2150
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