summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-16set HAVE_GETOPT_H and HAVE_GETOPT variablesMartin Kaiser3-2/+6
2013-07-16The new frame-based tvbuff code found that the DOS Sniffer code forGuy Harris1-8/+51
2013-07-16Make fields filterable through proto_tree_add_item (with the help of convert_...Michael Mann1-172/+185
2013-07-16make getopt_long() available on systems that don't have it nativelyMartin Kaiser2-2/+13
2013-07-16Convert some proto_tree_add_text into proto_tree_add_expert.Michael Mann1-16/+23
2013-07-16Replace some tabs with spaces.Jeff Morriss1-7/+7
2013-07-16Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-21/+70
2013-07-16Make camins_read_packet static.Chris Maynard1-1/+1
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard9-113/+110
2013-07-16Remove ADWIN_ADD_LE and ADWIN_ADD_BE macros as they don't add much to readabi...Michael Mann1-145/+132
2013-07-16Fix Coverity CID 1050093: Dereference before null check.Chris Maynard1-5/+11
2013-07-16Fix Coverity CID 1050092: Dereference null return value.Chris Maynard1-3/+4
2013-07-16Fix Coverity CID 1055436: Improper use of negative value.Chris Maynard1-17/+19
2013-07-16Fix Coverity CID 1050089: "Explicit null dereferenced", by Move some lines of...Chris Maynard1-8/+6
2013-07-16Improve iec104 dissector. Bug 8849 (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-389/+544
2013-07-16Allow to perform sequence analysis when only RLC headers are loggedPascal Quantin1-9/+11
2013-07-16Include merge.h, so it shows up in the distribution tarball.Guy Harris1-0/+1
2013-07-16Fix warning: cannot optimize possibly infinite loops. There was no actual in...Chris Maynard1-2/+2
2013-07-16Fix one that got missed.Guy Harris1-1/+1
2013-07-16Revert r50655 for this file.Chris Maynard1-13/+13
2013-07-16Add in basic error checking of the .proto_tree_input file to prevent some iss...Michael Mann1-5/+27
2013-07-16g711.c and u3.c are now in wsutil.Jeff Morriss1-2/+0
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss13-49/+49
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard2-35/+35
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss14-39/+53
2013-07-16Fix warning: ISO C90 forbids specifying subobject to initialize.Chris Maynard1-6/+7
2013-07-16Replace glib memory with wmem. Fixes a substantial memory leak in the TCPEvan Huus1-2/+3
2013-07-16Bail in the profinet heuristics if we don't have source and destination macEvan Huus1-1/+7
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss10-11/+8
2013-07-16A better method of avoiding the "ISO C restricts enumerator values to range o...Chris Maynard1-1/+3
2013-07-16Explain that we don't have to worry about fixed-length buffers whoseGuy Harris1-1/+6
2013-07-15On the suggestion of Cal Turney, viaEvan Huus1-0/+6
2013-07-15Use PIE_CFLAGS when building qt-shark, since otherwise I get errors like:Evan Huus1-1/+1
2013-07-15Revert r50150. I suspect the problem was Ubuntu's transition to qt5 as default,Evan Huus1-4/+4
2013-07-15Don't compare a guint32 against -1, compare it against 0xFFFFFFFFU.Guy Harris1-1/+1
2013-07-15Get rid of "win-setup.sh: line 24: $'\r': command not found" warningPascal Quantin1-1/+0
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard5-10/+10
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard12-36/+36
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard4-12/+14
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard5-31/+31
2013-07-15Fix warning: ISO C does not support %n$ operand number formats.Chris Maynard1-1/+1
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs4-9/+20
2013-07-15Expand the big comment about launching browsers.Guy Harris1-0/+39
2013-07-15Fix bug #8934: Fuzz failure: seg-fault in tvb_new_proxy()Jakub Zawadzki1-1/+6
2013-07-15Fix bug #8936: Fuzz failure: attempt to allocate -1 bytes from packet-bacapp....Jakub Zawadzki1-4/+33
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+9