aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier4-97/+47
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2012-01-13From Yi Zhang:Anders Broman1-3/+3
2012-01-13From Yi Zhang:Anders Broman1-0/+20
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
2011-12-14(Trivial) remove commented out calls to tvb_free().Bill Meier1-5/+0
2011-12-14tvb_free() can (now) be called from plugins on WindowsBill Meier1-5/+7
2011-12-01Fix:Jörg Mayer1-5/+0
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'Anders Broman1-2/+2
2011-12-01From Wido Kelling:Anders Broman3-148/+214
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte4-16/+1016
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte3-337/+337
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) for fix Warni...Alexis La Goutte4-9493/+4689
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) with followin...Alexis La Goutte2-1074/+958
2011-11-18Append a path-separator to the plugins directory so xcopy doesn't get confuse...Chris Maynard1-1/+1
2011-11-15OK, *that's* what Clang Cat was going on about:Guy Harris1-1/+2
2011-11-12Fix some additional [-Wunused-but-set-variable]Bill Meier1-22/+14
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-6/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier17-120/+120
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier13-25/+25
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier22-395/+395
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier9-35/+35
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier20-690/+690
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier97-2126/+2126
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier49-449/+449
2011-09-26More white space cleanup.Guy Harris1-64/+64
2011-09-26The fragment data is almost certainly not a text string, so don't makeGuy Harris1-2/+3
2011-09-26Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-345/+347
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke2-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke2-2/+2
2011-08-08Add a comment about the uncommented glib deprecated warnings.Jörg Mayer1-0/+3
2011-08-07mate_grammar.lemon:Jörg Mayer3-3/+5
2011-08-07Replace deprecated glib functions.Jörg Mayer1-1/+1
2011-08-03Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-14/+14
2011-07-29Make it compile.Stig Bjørlykke1-4/+4
2011-07-29Get rid of non-ASCII characters.Guy Harris1-1878/+1877
2011-07-29Get it compiling.Michael Tüxen2-4/+7
2011-07-29From Wido Kelling:Anders Broman3-229/+1494
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier8-38/+14
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-18/+18
2011-07-06From Kluchnikov Ivan:Anders Broman1-1/+58
2011-07-04From Guido Reismueller:Anders Broman2-0/+593
2011-07-04From Kluchnikov Ivan:Anders Broman1-1/+5
2011-07-04From Kluchnikov Ivan:Anders Broman2-4/+16
2011-07-04From Kluchnikov Ivan:Anders Broman3-9/+11
2011-07-03From Roland Knall:Anders Broman1-0/+13
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke2-3/+3