aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dccp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-15/+15
to be using it for stuff that should be hex, and for stuff that should be Boolean. Use BASE_DEC if it should be decimal, BASE_HEX if it should be hex, and make it Boolean if it should be Boolean. svn path=/trunk/; revision=7053
2003-01-27Compilation warning fixesLaurent Deniel1-3/+2
svn path=/trunk/; revision=7012
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-46/+46
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-3/+4
should do if it doesn't find an EOL; if FALSE, it behaves as before, returning values that treat the line as ending at the end of the tvbuff, and if TRUE, it returns -1, so its caller can do segment reassembly until it gets the EOL. Add an option to the SMTP dissector to do segment reassembly, and do segment reassembly of the first line. svn path=/trunk/; revision=5891
2002-05-03fix field names, break down flood and trace control packets, other cosmeticsNathan Neulinger1-37/+126
svn path=/trunk/; revision=5375
2002-05-03split opnums out onto separate treeNathan Neulinger1-14/+19
svn path=/trunk/; revision=5374
2002-05-03added dissection of various query, report, admin operationsNathan Neulinger1-3/+263
svn path=/trunk/; revision=5373
2002-05-03added full copy of protocol header, small updatesNathan Neulinger1-40/+10
svn path=/trunk/; revision=5372
2002-05-03Add initial support for udp packets of the Distributed Checksum Clearhouse ↵Nathan Neulinger1-0/+248
protocol svn path=/trunk/; revision=5371