aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+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-6/+6
2013-07-15Use 2 Spaces indent and add modelines infoAlexis La Goutte1-50/+61
2013-07-15Fix warnings found by fix-encoding-args tools.(and remove some tabs also)Alexis La Goutte1-32/+32
2013-07-15Use 4 Spaces indent and add modelines infoAlexis La Goutte1-2326/+2340
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-4/+4
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-07-15Use "generic" tfs (tfs_set_notset)Alexis La Goutte1-70/+15
2013-07-15Make Debian package build depend on xdg-utils to let configure detect xdg-openBalint Reczey1-1/+1
2013-07-15C++ style comments are not allowed in ISO C90. (Fixes the rest of them now t...Chris Maynard1-13/+13
2013-07-15Trivial: C++ style comments are not allowed in ISO C90.Chris Maynard1-1/+1
2013-07-15As suggest by Balint:Jeff Morriss4-22/+2
2013-07-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 :Jeff Morriss1-6/+6
2013-07-15Do not hide the interface name in capture options.Irene RĂ¼ngeler2-21/+5
2013-07-15Fix error from checkAPI.plAlexis La Goutte1-1/+1
2013-07-15Set convert_proto_tree_add_text has executableAlexis La Goutte1-0/+0
2013-07-15Fix misassembly problems in CAP-LINK_ETH-20030618-150138.5VWJakub Zawadzki1-2/+2
2013-07-15From Javier Godoy:Anders Broman1-22/+232