aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs2011-04-063-5/+5
* Add RoHC to the ethertypes.Anders Broman2011-04-062-9/+16
* From Peter via bug #5798: Don't try to run svnversion if it isn'tStephen Fisher2011-04-061-1/+1
* From Johan Wåhl:Anders Broman2011-04-061-0/+61
* Use the correct handle when registering "media_type" "application/vnd.3gpp2.s...Bill Meier2011-04-061-1/+1
* Fixed blurb for BER Error.Stig Bjørlykke2011-04-061-1/+1
* Made "BER Error" filterable.Stig Bjørlykke2011-04-061-51/+55
* From Jakub Zawadzki:Guy Harris2011-04-063-29/+10
* From Jakub Zawadzki: fix the type of an argument.Guy Harris2011-04-061-1/+1
* From Jakub Zawadzki:Guy Harris2011-04-0633-199/+198
* Add a commentAnders Broman2011-04-062-0/+30
* RFC5806 Diversion headerTomas Kukosa2011-04-061-0/+8
* Missing decoding for CalledPartyBCD number in CAMELAnders Broman2011-04-063-10/+37
* IMHO capinfos, when finished processing, should exit with an error statusBill Meier2011-04-062-90/+105
* Fix Coverity 1062: UNUSED_VALUEStephen Fisher2011-04-061-1/+1
* Set the correct properties ....Bill Meier2011-04-051-0/+0
* Set the correct properties ...Bill Meier2011-04-051-0/+0
* Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs2011-04-055-4/+13
* More manifest fixes.Gerald Combs2011-04-051-1/+1
* Mark pinfo as unused with _U_ to avoid compiler warning.Chris Maynard2011-04-051-1/+1
* Add ICMP tap support, and add a tshark tap to measure such things as:Chris Maynard2011-04-059-25/+350
* foo="\windows\style\pathname"; printf "$foo" isn't going to work too well in...Bill Meier2011-04-051-1/+1
* 1. Remove \r from tshark output so output OK on Windows cygwin bash.Bill Meier2011-04-051-4/+16
* Fix a few more typos and reformat some of the comments.Chris Maynard2011-04-051-34/+36
* Remove the manifest as a prerequisite for packaging.Gerald Combs2011-04-051-1/+1
* Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke2011-04-052-2/+2
* Actually get the oid string ...Anders Broman2011-04-052-12/+33
* Don't assign to a proto_item * if the value won't be used: Coverity 858;Bill Meier2011-04-051-82/+80
* Don't assign to a proto_item * if the value won't be used: Coverity 882;Bill Meier2011-04-051-9/+8
* Fix a typo in the help message.Michael Tüxen2011-04-051-1/+1
* From Jose Pedro Oliveira:Anders Broman2011-04-051-1/+1
* Remove some unused hf_ variables.Jeff Morriss2011-04-051-38/+0
* From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss2011-04-055-122/+420
* Set BIN_DIR to . by default. Use tr to replace colons with newlines.Jeff Morriss2011-04-051-2/+2
* Don't assign to a proto_item * if the value won't be used: Coverity 850;Bill Meier2011-04-041-7/+4
* Fix "MISSING_BREAK"; Coverity 436.Bill Meier2011-04-041-2/+2
* Don't assign to a proto_item * if the value won't be used: Coverity 846 & 848;Bill Meier2011-04-041-11/+6
* More console tweaks. But how to prevent prompt from being displayed beforeChris Maynard2011-04-041-0/+3
* Based on idea from Bill Meier:Jeff Morriss2011-04-042-0/+77
* Fix up indentationJeff Morriss2011-04-041-55/+55
* Don't assign to a proto_item * if the value won't be used: Coverity 836;Bill Meier2011-04-041-10/+4
* Don't assign to a proto_item * if the value won't be used: Coverity 832-834.Bill Meier2011-04-041-68/+68
* More console tweaks.Gerald Combs2011-04-041-8/+11
* Fix Coverity 1137, 1138, 1139: UNUSED_VALUEStephen Fisher2011-04-041-6/+3
* Don't assign to a proto_item * if the value won't be used: Coverity 829 & 830;Bill Meier2011-04-041-105/+102
* Only call destroy_console() when we create a console (pointed out byGerald Combs2011-04-041-12/+7
* Fix compilation error:Stephen Fisher2011-04-041-1/+1
* Don't assign to a proto_item * if the value won't be used: Coverity 827;Bill Meier2011-04-041-6/+9
* On Windows, try to use an existing console for our messages. Create one ifGerald Combs2011-04-041-4/+16
* Don't assign to a variable if the value won't be used: Coverity 826;Bill Meier2011-04-041-38/+32