summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dcc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-29/+29
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26646
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-2/+2
Fix some spacing in packet-dcom.c svn path=/trunk/; revision=25618
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=25565
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
svn path=/trunk/; revision=25305
2008-03-15Rename Distributed Checksum Clearinghouse protocol from "DCCP" to justGuy Harris1-0/+564
"DCC". Googling for DCCP "Distributed Checksum Clearinghouse Protocol" finds only hits related to Ethereal/Wireshark, either on the Ethereal or Wireshark Web site, or on discussions where Datagram Congestion Control Protocol developers were griping that Ethereal/Wireshark already used DCCP for the Distributed Checksum Clearinghouse protocol. Next step: fix the Datagram Congestion Control Protocol dissector. svn path=/trunk/; revision=24645