aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a commentAnders Broman2011-04-062-0/+30
| | | | svn path=/trunk/; revision=36490
* RFC5806 Diversion headerTomas Kukosa2011-04-061-0/+8
| | | | svn path=/trunk/; revision=36489
* Missing decoding for CalledPartyBCD number in CAMELAnders Broman2011-04-063-10/+37
| | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5788 svn path=/trunk/; revision=36488
* IMHO capinfos, when finished processing, should exit with an error statusBill Meier2011-04-062-90/+105
| | | | | | | | | | | | | | if an error occurred while processing. E.G.,: For the default (no -C option): 'capinfos invalid.xxx' or 'capinfos a.pcap invalid.xxx c.pcap' should exit with an error status (after processing all the input args) if there is an error for invalid.xxx. With this fix, I expect fuzz-test.sh (and list_protos_in_cap.sh and presumably other scripts) will work a bit more as as expected. svn path=/trunk/; revision=36487
* Fix Coverity 1062: UNUSED_VALUEStephen Fisher2011-04-061-1/+1
| | | | svn path=/trunk/; revision=36486
* Set the correct properties ....Bill Meier2011-04-051-0/+0
| | | | svn path=/trunk/; revision=36485
* Set the correct properties ...Bill Meier2011-04-051-0/+0
| | | | svn path=/trunk/; revision=36484
* Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs2011-04-055-4/+13
| | | | | | libintl-8.dll and add the GNUTLS version if needed. svn path=/trunk/; revision=36483
* More manifest fixes.Gerald Combs2011-04-051-1/+1
| | | | svn path=/trunk/; revision=36482
* Mark pinfo as unused with _U_ to avoid compiler warning.Chris Maynard2011-04-051-1/+1
| | | | svn path=/trunk/; revision=36481
* Add ICMP tap support, and add a tshark tap to measure such things as:Chris Maynard2011-04-059-25/+350
| | | | | | | | | | * Number of ICMP echo requests, replies, lost replies and percent loss. * Min, Max, Average SRT (Service Response Time), and standard deviation. (This is my first tap, so hopefully I didn't miss something, but we'll see ...) TODO: Add a Wireshark tap. svn path=/trunk/; revision=36480
* foo="\windows\style\pathname"; printf "$foo" isn't going to work too well ↵Bill Meier2011-04-051-1/+1
| | | | | | in the general case ... svn path=/trunk/; revision=36479
* 1. Remove \r from tshark output so output OK on Windows cygwin bash.Bill Meier2011-04-051-4/+16
| | | | | | | 2. Error messsages to stderr. 3. Check capinfos return value to verify that file is a valid capture file. svn path=/trunk/; revision=36478
* Fix a few more typos and reformat some of the comments.Chris Maynard2011-04-051-34/+36
| | | | svn path=/trunk/; revision=36477
* Remove the manifest as a prerequisite for packaging.Gerald Combs2011-04-051-1/+1
| | | | svn path=/trunk/; revision=36476
* Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke2011-04-052-2/+2
| | | | svn path=/trunk/; revision=36475
* Actually get the oid string ...Anders Broman2011-04-052-12/+33
| | | | svn path=/trunk/; revision=36474
* Don't assign to a proto_item * if the value won't be used: Coverity 858;Bill Meier2011-04-051-82/+80
| | | | | | | Fix two cases where items appear to be added to the wrong tree: Coverioty 856 & 857. Also: remove some unneeded #includes& do some whitespace cleanup. svn path=/trunk/; revision=36473
* Don't assign to a proto_item * if the value won't be used: Coverity 882;Bill Meier2011-04-051-9/+8
| | | | | | Also: #include <string.h> not req'd svn path=/trunk/; revision=36472
* Fix a typo in the help message.Michael Tüxen2011-04-051-1/+1
| | | | | | Reported by Matthias Wellmeyer. svn path=/trunk/; revision=36471
* From Jose Pedro Oliveira:Anders Broman2011-04-051-1/+1
| | | | | | | #ifdef HAVE_LIBGCRYPT block includes a line too many. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5803 svn path=/trunk/; revision=36470
* Remove some unused hf_ variables.Jeff Morriss2011-04-051-38/+0
| | | | svn path=/trunk/; revision=36469
* From Felix Kraemer: fix ↵Jeff Morriss2011-04-055-122/+420
| | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5694 : This patch adds the capability to create BACnet statistics trees. Find the respective menu items under 'Statistics->BACnet'. Packets can be sorted by different criteria: - Src/Dst IP adresses - Instance ID - Object Type - Service From me: - Don't use C++/C99-style comments. - Name variables for tick_stat_node() don't need to be static. - Change updateBacnetInfoValue() to require 'data' to be ep_ allocated. Change the couple of calls that did not send in ep_ allocated data to do so. - Change one or two functions to be static. - Do not use (memory-unsafe) g_sprintf(). - Use ep_strconcat() instead of leaking memory with g_strconcat(). - Put back one if(tree) that doesn't appear to do any harm. - Remove variable declarations and #includes from the header file. svn path=/trunk/; revision=36468
* Set BIN_DIR to . by default. Use tr to replace colons with newlines.Jeff Morriss2011-04-051-2/+2
| | | | svn path=/trunk/; revision=36467
* Don't assign to a proto_item * if the value won't be used: Coverity 850;Bill Meier2011-04-041-7/+4
| | | | | | Also: remove some unneeded #includes. svn path=/trunk/; revision=36466
* Fix "MISSING_BREAK"; Coverity 436.Bill Meier2011-04-041-2/+2
| | | | svn path=/trunk/; revision=36465
* Don't assign to a proto_item * if the value won't be used: Coverity 846 & 848;Bill Meier2011-04-041-11/+6
| | | | | | | Also: remove some unneeded #includes svn path=/trunk/; revision=36464
* More console tweaks. But how to prevent prompt from being displayed beforeChris Maynard2011-04-041-0/+3
| | | | | | command finishes without requiring, "start /wait <command>"? svn path=/trunk/; revision=36463
* Based on idea from Bill Meier:Jeff Morriss2011-04-042-0/+77
| | | | | | | | A little script to extract the protocols used in given capture files. (Just so I don't have to remember how to do it again.) svn path=/trunk/; revision=36462
* Fix up indentationJeff Morriss2011-04-041-55/+55
| | | | svn path=/trunk/; revision=36461
* Don't assign to a proto_item * if the value won't be used: Coverity 836;Bill Meier2011-04-041-10/+4
| | | | | | Also: remove some unneeded #includes. svn path=/trunk/; revision=36460
* Don't assign to a proto_item * if the value won't be used: Coverity 832-834.Bill Meier2011-04-041-68/+68
| | | | | | Also: white space cleanup. svn path=/trunk/; revision=36459
* More console tweaks.Gerald Combs2011-04-041-8/+11
| | | | svn path=/trunk/; revision=36458
* Fix Coverity 1137, 1138, 1139: UNUSED_VALUEStephen Fisher2011-04-041-6/+3
| | | | svn path=/trunk/; revision=36457
* Don't assign to a proto_item * if the value won't be used: Coverity 829 & 830;Bill Meier2011-04-041-105/+102
| | | | | | | Fix a minor bug wherein a number of proto_tree_add_...() used the wrong tree: Coverity 831; Remove some unneeded #includes. svn path=/trunk/; revision=36456
* Only call destroy_console() when we create a console (pointed out byGerald Combs2011-04-041-12/+7
| | | | | | Chris Maynard). svn path=/trunk/; revision=36455
* Fix compilation error:Stephen Fisher2011-04-041-1/+1
| | | | | | | | | | | packet-amqp.c:5617:5: error: "/*" within comment Cause: Previous comment wasn't terminated right svn path=/trunk/; revision=36454
* Don't assign to a proto_item * if the value won't be used: Coverity 827;Bill Meier2011-04-041-6/+9
| | | | | | Comment out some currently unused code: Coverity 828. svn path=/trunk/; revision=36453
* On Windows, try to use an existing console for our messages. Create one ifGerald Combs2011-04-041-4/+16
| | | | | | it doesn't exist. svn path=/trunk/; revision=36452
* Don't assign to a variable if the value won't be used: Coverity 826;Bill Meier2011-04-041-38/+32
| | | | | | Also: Remove some uneeded #includes & use consistent indentation. svn path=/trunk/; revision=36451
* Fix some typos.Chris Maynard2011-04-041-9/+7
| | | | svn path=/trunk/; revision=36450
* Don't assign to a proto_item * if the value won't be used: Coverity 823 & 824;Bill Meier2011-04-041-38/+34
| | | | | | | | Fix a minor bug wherein a proto_tree_add_text used the wrong tree: Coverity 825; Remove some unneeded #includes; Use consistent indentation. svn path=/trunk/; revision=36449
* Don't build a manifest if we don't need one.Gerald Combs2011-04-041-2/+2
| | | | svn path=/trunk/; revision=36448
* Don't assign to a proto_item * if the value won't be used: Coverity 820/821;Bill Meier2011-04-041-7/+4
| | | | | | | Also: #include <stdio.h> & <string.h> not required; svn path=/trunk/; revision=36447
* Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier2011-04-045-17/+16
| | | | svn path=/trunk/; revision=36446
* Mark pinfo as unused.Anders Broman2011-04-041-1/+1
| | | | svn path=/trunk/; revision=36445
* Get rid of gsm_a_dtap_pinfo.Anders Broman2011-04-046-68/+56
| | | | svn path=/trunk/; revision=36444
* Change the signature of elem_fcn():ns to include pinfo.Anders Broman2011-04-0427-1047/+1024
| | | | svn path=/trunk/; revision=36443
* From Vincent Helfre:Anders Broman2011-04-041-47/+40
| | | | | | updated the script that extracts the asn1 from the specification (we modified it after noticing that it currently fails to take the IMPORT section). It should also work now to extract the WCDMA RRC (TS 25.331). svn path=/trunk/; revision=36442
* Change the msg_fcn() signature to include pinfo.Anders Broman2011-04-0411-563/+561
| | | | svn path=/trunk/; revision=36441