aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbd.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29346
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29345
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.Gerald Combs1-20/+16
svn path=/trunk/; revision=29321
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
More FT_XXX cleanup. svn path=/trunk/; revision=28971
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
(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-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-8/+6
svn path=/trunk/; revision=24282
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. svn path=/trunk/; revision=21990
2006-10-31show "Disconnect request" in the info column for disconnectsRonnie Sahlberg1-1/+11
svn path=/trunk/; revision=19760
2006-10-31prettify the info column and add a generated item for the type (read/write) ↵Ronnie Sahlberg1-2/+5
to response packets svn path=/trunk/; revision=19758
2006-10-31 new protocol NBD NetworkBlockDeviceRonnie Sahlberg1-0/+500
svn path=/trunk/; revision=19752