aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-6/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-28/+16
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.gerald1-20/+16
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2008-02-07Removed some "statement not reached" warnings.stig1-8/+6
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2006-10-31show "Disconnect request" in the info column for disconnectssahlberg1-1/+11
2006-10-31prettify the info column and add a generated item for the type (read/write) t...sahlberg1-2/+5
2006-10-31 new protocol NBD NetworkBlockDevicesahlberg1-0/+500