aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbd.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-28/+16
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.Gerald Combs1-20/+16
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-8/+6
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2006-10-31show "Disconnect request" in the info column for disconnectsRonnie Sahlberg1-1/+11
2006-10-31prettify the info column and add a generated item for the type (read/write) t...Ronnie Sahlberg1-2/+5
2006-10-31 new protocol NBD NetworkBlockDeviceRonnie Sahlberg1-0/+500