aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier17-120/+120
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier13-25/+25
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier22-395/+395
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...wmeier9-35/+35
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier20-690/+690
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier97-2126/+2126
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier49-449/+449
2011-09-26More white space cleanup.guy1-64/+64
2011-09-26The fragment data is almost certainly not a text string, so don't makeguy1-2/+3
2011-09-26Use ENC_ values in proto_tree_add_item() calls.guy1-345/+347
2011-08-31Second try to move crc routines to libwsutil.stig2-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig2-2/+2
2011-08-30Move all crc routines to libwsutil.stig2-2/+2
2011-08-08Add a comment about the uncommented glib deprecated warnings.jmayer1-0/+3
2011-08-07mate_grammar.lemon:jmayer3-3/+5
2011-08-07Replace deprecated glib functions.jmayer1-1/+1
2011-08-03Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-14/+14
2011-07-29Make it compile.stig1-4/+4
2011-07-29Get rid of non-ASCII characters.guy1-1878/+1877
2011-07-29Get it compiling.tuexen2-4/+7
2011-07-29From Wido Kelling:etxrab3-229/+1494
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier8-38/+14
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataguy1-18/+18
2011-07-06From Kluchnikov Ivan:etxrab1-1/+58
2011-07-04From Guido Reismueller:etxrab2-0/+593
2011-07-04From Kluchnikov Ivan:etxrab1-1/+5
2011-07-04From Kluchnikov Ivan:etxrab2-4/+16
2011-07-04From Kluchnikov Ivan:etxrab3-9/+11
2011-07-03From Roland Knall:etxrab1-0/+13
2011-06-28Replace all strerror() with g_strerror().stig2-3/+3
2011-06-08Remove theinterlinki plugin dir as it's now a builtin dissector.etxrab13-767/+0
2011-06-08From Michael Mann:etxrab3-261/+0
2011-06-08Remove the sercosiii plugin dir as it's now a builtin dissector.etxrab9-766/+0
2011-06-07Move packet-sercosiii.c to be a builtin dissector.etxrab12-3539/+0
2011-06-06From Michael Mann:etxrab3-23/+1568
2011-05-26Add SVN Id and GPL. Minor whitespace cleanup.cmaynard1-23/+43
2011-05-26Add the possibillity of adding custom extra dist files.etxrab1-0/+1
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...wmeier1-4/+4
2011-05-19Fix another old style function declaration warningjmayer1-1/+1
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte ordergerald1-1/+0
2011-04-26Remove const qualifier to name, abbrev and blurb to pacify the buildbots.cmaynard1-3/+3
2011-04-25Get rid of some unnecessary casts that just provoke uninterestingguy1-11/+11
2011-04-25More fun with GArrays: cast away some warnings that don't report realguy1-2/+2
2011-04-22Assume the tags are mallocated, so they're properly aligned. Cast awayguy1-1/+1
2011-04-22Use the return value of proto_item_add_subtree(): put the filter masks in the...morriss1-2/+4
2011-04-22Fix (latest) Dead Store (Dead nested assignment) Warning found by Clangalagoutte1-3/+2
2011-04-22From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlalagoutte1-18/+18
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1