aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pop.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-04Clean up white space a bit - use 2-space indenting.Guy Harris1-275/+265
Put a bunch of code that does nothing unless data_val is non-null inside "if (data_val)", and get rid of the individual tests. svn path=/trunk/; revision=29292
2009-08-04Miscellaneous cleanups.Gerald Combs1-11/+7
svn path=/trunk/; revision=29291
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
(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
2009-04-06More size_t fixes.Gerald Combs1-2/+2
svn path=/trunk/; revision=27976
2008-10-05Minor cleanup related to proto_register and/or proto_reg_handoffBill Meier1-1/+1
ep_alloc + memset --> ep_alloc0 (teamspeak2) svn path=/trunk/; revision=26356
2008-07-12Move the registration for SSL sockets to the protocol dissectors themselves.Jaap Keuter1-0/+3
svn path=/trunk/; revision=25721
2008-04-13Initialize conversation.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24993
2008-04-13Support for the reassembly dissection of IMF/MIME messages retrieved over ↵Graeme Lunt1-13/+225
POP using the RETR and TOP commands. The reassembly is, as usual, a preference. svn path=/trunk/; revision=24990
2006-06-29make these two protocols (that are commonly transported atop SSL) register ↵Ronnie Sahlberg1-0/+1
themself with their name so the new SSL preference parsing will be able to find them svn path=/trunk/; revision=18608
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-03-15From Martin Mathieson:Anders Broman1-48/+77
> This patch: > - adds a few filterable fields (currently there are only hidden > boolean fields for request and response). svn path=/trunk/; revision=17629
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+234
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