aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-9p.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-6/+6
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+5
2013-08-01From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-339/+472
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-2/+2
2013-05-18Add some casts for C++ compatibility.Guy Harris1-6/+7
2013-05-18A "pointer to something" is a "void *", not a "char *". Using "void *"Guy Harris1-2/+2
2013-05-17Fix some more warnings that show up on platforms with 32-bit time_t.Guy Harris1-12/+12
2013-05-17Squelch more warnings about empty structures.Anders Broman1-1/+12
2013-05-17Squelch warnings about empty structures and chopping off 64-bit valuesGuy Harris1-13/+22
2013-05-17From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-201/+2006
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-2/+2
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-0/+9
2012-09-23Fix some unused variable warnings from GCC.Evan Huus1-2/+0
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-58/+96
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-22/+24
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2012-01-18Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-16/+16
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-1/+1
2011-09-19Use ENC_NA and ENC_LITTLE_ENDIAN rather than TRUE or FALSE inGuy Harris1-79/+79
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-24/+23
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-4/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-4/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...Jörg Mayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-05-03From Nils O. Sel?sdal:Anders Broman1-161/+241
2005-04-19From Nils,Ronnie Sahlberg1-20/+101
2005-04-18Force the "fmt" argument of val_to_str() to be non-null. Change the 9PGerald Combs1-676/+676
2005-04-18fix small typo Plan 9 not Plan9Ronnie Sahlberg1-2/+2
2005-04-18From <noselasd@asgaard.homelinux.org>Ronnie Sahlberg1-0/+676