obnox/wireshark/wip.git
12 years agoTreat TVBs as opaque: use the accessor functions instead of accessing the fields
morriss [Fri, 27 May 2011 01:57:33 +0000 (01:57 +0000)]
Treat TVBs as opaque: use the accessor functions instead of accessing the fields
directly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37420 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoTry a stab-in-the-dark to see if we can fix the OSX compile issue.
wmeier [Fri, 27 May 2011 01:33:24 +0000 (01:33 +0000)]
Try a stab-in-the-dark to see if we can fix the OSX compile issue.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37419 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't call g_log(); as the comment indicates it can cause problems.
gerald [Thu, 26 May 2011 23:20:35 +0000 (23:20 +0000)]
Don't call g_log(); as the comment indicates it can cause problems.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37418 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't call pcap_breakloop() if we're not capturing anything. Fixes a
gerald [Thu, 26 May 2011 22:12:27 +0000 (22:12 +0000)]
Don't call pcap_breakloop() if we're not capturing anything. Fixes a
crash found by Stig.

Add debugging output to capture_cleanup_handler() on non-Windows
systems.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37417 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd a "capture from stdin" test.
gerald [Thu, 26 May 2011 20:23:38 +0000 (20:23 +0000)]
Add a "capture from stdin" test.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37416 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAppend received percentage after received/dropped counts.
cmaynard [Thu, 26 May 2011 20:05:11 +0000 (20:05 +0000)]
Append received percentage after received/dropped counts.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37415 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoProvide consistent counters for received and dropped packets.
tuexen [Thu, 26 May 2011 19:22:16 +0000 (19:22 +0000)]
Provide consistent counters for received and dropped packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37414 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix the handling of pipes on Windows platforms.
tuexen [Thu, 26 May 2011 18:12:41 +0000 (18:12 +0000)]
Fix the handling of pipes on Windows platforms.
This should fix
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5939

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37413 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd SVN Id and GPL. Minor whitespace cleanup.
cmaynard [Thu, 26 May 2011 16:03:29 +0000 (16:03 +0000)]
Add SVN Id and GPL.  Minor whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37412 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd the possibillity of adding custom extra dist files.
etxrab [Thu, 26 May 2011 14:44:12 +0000 (14:44 +0000)]
Add the possibillity of adding custom extra dist files.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37411 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoChange "captured/dropped" terminology to "received/dropped". Also, unless
cmaynard [Thu, 26 May 2011 14:33:55 +0000 (14:33 +0000)]
Change "captured/dropped" terminology to "received/dropped".  Also, unless
we're a capture child, always report the final caputure count regardless of the
'quiet' setting.  This ensures that each interface prints its statistics on a
new line, rather than the first one being printed on the same line as the
packet count in the case when we're not 'quiet'.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37410 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd FindGMODULE2.cmake and FindGTHREAD2.cmake to the dist.
etxrab [Thu, 26 May 2011 14:23:40 +0000 (14:23 +0000)]
Add FindGMODULE2.cmake and FindGTHREAD2.cmake to the dist.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37409 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoEscape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10.5 build...
morriss [Thu, 26 May 2011 14:15:51 +0000 (14:15 +0000)]
Escape the '.' in radius dictionary ATTRIBUTE names.  This may fix the OSX-10.5 builds too.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37408 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoInspired by one of the changes from r37406 and bug 2794: detect hf abbreviations
morriss [Thu, 26 May 2011 13:32:04 +0000 (13:32 +0000)]
Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviations
with two or more periods in a row.  Fix one case of that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37407 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Michael Mann.
etxrab [Thu, 26 May 2011 06:32:51 +0000 (06:32 +0000)]
From Michael Mann.
Part of "display filters with redundancies of PROTABBREV in them."
The ones left outs should be fixed differently I think.
Rename som ndps hf variables while at it.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2794

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37406 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAllow the character '.' in radius dictionary ATTRIBUTE names;
wmeier [Thu, 26 May 2011 02:59:25 +0000 (02:59 +0000)]
Allow the character '.' in radius dictionary ATTRIBUTE names;

Fixes issue caused by dictionary.foundry having ATTRIBUTE names containing
 a '.' (e.g., Foundry-MAC-Authent-needs-802.1x).

So: Revert SVN #37386 which temporarily changed the '.' to '-'.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37405 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5749 :
morriss [Thu, 26 May 2011 02:20:23 +0000 (02:20 +0000)]
From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5749 :

Added support for the following services of the Connection Manager object:
LargeForwardOpen
GetConnectionOwner

Added support for the following services of the Connection Configuration
Object:
GetAttributeAll
SetAttributeAll

From me:
Replace tabs with spaces; adjust modelines for 8-space tabs instead of 3.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37404 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943 :
morriss [Thu, 26 May 2011 01:55:04 +0000 (01:55 +0000)]
From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943 :

The two patches attached allow the dissection of the Homeplug AV Ethernet MAC
management frames between a controlling device and a Homeplug AV Ethernet to
PLC adapter. This protocol is pretty similar to the previous generation
Homeplug protocol (dissected by packet-homeplug.c) but a couple of noticeable
differences make it require its own dissector handler.

This dissector is based on the work done by Nicolas Thill, Xavier Carcelle and
myself in the Faifa project (https://dev.open-plc.org).

The dissector handles the standard Homeplug AV Ethernet MAC management frames
(called public) as well as the Intellon specific management frames (vendor).

From me:
Remove unnecessary global variables.
Add to COL_INFO even when !tree.
Remove gotos.
Remove unnecessary includes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37403 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoExtended the SSL key log import routine to be able to read the following format:
sake [Wed, 25 May 2011 21:49:29 +0000 (21:49 +0000)]
Extended the SSL key log import routine to be able to read the following format:

RSA Session-ID:xxxx Master-Key:xxxx

This makes it easy to use the "openssl s_client" output for decryption
(see: http://ask.wireshark.org/questions/4229/follow-ssl-stream-using-master-key-and-session-id)

It also paves the way for exporting SSL keyring material. See also the enhancement request in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37401 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd some expert infos for unusual messages:
morriss [Wed, 25 May 2011 21:47:35 +0000 (21:47 +0000)]
Add some expert infos for unusual messages:
 - routing on SSN but the SSN is not present or is unspecified (zero)
 - message handling has an unexpected value
 - message class is incorrect for the message type

Also clean up some indentation and other white space.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37400 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFilter out arg_list_utf_16to8.
gerald [Wed, 25 May 2011 18:38:39 +0000 (18:38 +0000)]
Filter out arg_list_utf_16to8.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37396 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoRemove a backslash.
gerald [Wed, 25 May 2011 18:09:04 +0000 (18:09 +0000)]
Remove a backslash.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37395 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoCopy-paste error.
etxrab [Wed, 25 May 2011 15:01:07 +0000 (15:01 +0000)]
Copy-paste error.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37394 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoMake it easier to add custom asn1 dissectors.
etxrab [Wed, 25 May 2011 14:21:42 +0000 (14:21 +0000)]
Make it easier to add custom asn1 dissectors.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37393 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse PI_UNDECODED instead.
etxrab [Wed, 25 May 2011 13:17:51 +0000 (13:17 +0000)]
Use PI_UNDECODED instead.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37392 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd a convinience function to add expert warnings for not dissected items.
etxrab [Wed, 25 May 2011 11:05:23 +0000 (11:05 +0000)]
Add a convinience function to add expert warnings for not dissected items.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37391 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAllow longer field names in the advanced filter control.
martinm [Wed, 25 May 2011 09:08:27 +0000 (09:08 +0000)]
Allow longer field names in the advanced filter control.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37390 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom tschardt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949
alagoutte [Wed, 25 May 2011 07:15:05 +0000 (07:15 +0000)]
From tschardt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949
802.11 IE tag number 61/62 still decoded to "Unknown"/Reserved tag Number

Remove inadvertently by me in rev36120

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37389 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Florian Fainelli:
etxrab [Wed, 25 May 2011 05:33:00 +0000 (05:33 +0000)]
From Florian Fainelli:
Patch adding the Homeplug AV ethertype.
Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5943

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37388 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoOne "-Warray-bounds" suffices; as we're including it in the default
guy [Wed, 25 May 2011 02:35:30 +0000 (02:35 +0000)]
One "-Warray-bounds" suffices; as we're including it in the default
options, no need to include it in the "extra warnings" options as well.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37387 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAn Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an access...
wmeier [Wed, 25 May 2011 01:44:13 +0000 (01:44 +0000)]
An Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an access violation.
Change '802.1x' to '802-1x' in 2 places temporarily until I get a chance to see what's going on.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37386 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd new dictionary from freeradius.org: GIT 2.1.x branch.
wmeier [Wed, 25 May 2011 00:40:35 +0000 (00:40 +0000)]
Add new dictionary from freeradius.org: GIT 2.1.x branch.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37385 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse freeradius.org version [from the GIT 2.1.x branch]
wmeier [Wed, 25 May 2011 00:30:09 +0000 (00:30 +0000)]
Use freeradius.org version [from the GIT 2.1.x branch]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37384 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoTunnel related VALUEs are actually defined in dictionary.rfc2867.
wmeier [Wed, 25 May 2011 00:07:37 +0000 (00:07 +0000)]
Tunnel related VALUEs are actually defined in dictionary.rfc2867.
Also: remove 3 "unassigned" entries to match the FreeRadius dictionary.rfc2866.
Note: This version (w/o the dup Acct-Status-Type) will be submitted upstream.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37383 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse latest version from FreeRadius 2.1.10 release.
wmeier [Tue, 24 May 2011 20:59:34 +0000 (20:59 +0000)]
Use latest version from FreeRadius 2.1.10 release.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37382 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoRemove blank line added by mistake ...
wmeier [Tue, 24 May 2011 19:20:59 +0000 (19:20 +0000)]
Remove blank line added by mistake ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37381 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUpdate list of radius dictionary files to reflect adds/deletes.
wmeier [Tue, 24 May 2011 19:13:04 +0000 (19:13 +0000)]
Update list of radius dictionary files to reflect adds/deletes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37380 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoObsolete; See dictionary.rfc2868
wmeier [Tue, 24 May 2011 18:47:03 +0000 (18:47 +0000)]
Obsolete; See dictionary.rfc2868

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37379 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoObsolete; See dictionary.erx
wmeier [Tue, 24 May 2011 18:42:04 +0000 (18:42 +0000)]
Obsolete; See dictionary.erx

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37378 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUpdated dictionary files released as part of FreeRadius v2.1.7 thru v2.1.10
wmeier [Tue, 24 May 2011 18:24:29 +0000 (18:24 +0000)]
Updated dictionary files released as part of FreeRadius v2.1.7 thru v2.1.10

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37377 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoSome dictionary files added in FreeRadius v2.1.7 - 2.1.10.
wmeier [Tue, 24 May 2011 17:18:34 +0000 (17:18 +0000)]
Some dictionary files added in FreeRadius v2.1.7 - 2.1.10.
(These aren't list in the dictionary file).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37376 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd new dictionary files from FreeRadius v2.1.7 thru 2.1.10
wmeier [Tue, 24 May 2011 16:30:32 +0000 (16:30 +0000)]
Add new dictionary files from FreeRadius v2.1.7 thru 2.1.10

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37375 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't print hidden columns.
guy [Tue, 24 May 2011 16:17:43 +0000 (16:17 +0000)]
Don't print hidden columns.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37374 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoMove the Windows argument list conversion code to a common routine.
gerald [Tue, 24 May 2011 00:07:56 +0000 (00:07 +0000)]
Move the Windows argument list conversion code to a common routine.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37372 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000
wmeier [Mon, 23 May 2011 18:04:45 +0000 (18:04 +0000)]
Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37371 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Romain Fliedel via bug 5947: Fix the mask for extracting FMID.
cmaynard [Mon, 23 May 2011 17:53:51 +0000 (17:53 +0000)]
From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37370 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): Coverity...
wmeier [Mon, 23 May 2011 17:51:33 +0000 (17:51 +0000)]
Use the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): Coverity 963 {UNUSED]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37369 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoPass tap info into sequence analysis function.
martinm [Mon, 23 May 2011 17:15:00 +0000 (17:15 +0000)]
Pass tap info into sequence analysis function.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37368 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDetect when padding non-final padding comes after other control subheaders.
martinm [Mon, 23 May 2011 16:11:32 +0000 (16:11 +0000)]
Detect when padding non-final padding comes after other control subheaders.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37367 f5534014-38df-0310-8fa8-9805f1628bb7

12 years ago(Trivial) Testing _MSC_FULL_VER can be done at compile time.
wmeier [Mon, 23 May 2011 16:09:09 +0000 (16:09 +0000)]
(Trivial) Testing _MSC_FULL_VER can be done at compile time.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37366 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix compilation.
tuexen [Mon, 23 May 2011 14:41:04 +0000 (14:41 +0000)]
Fix compilation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37365 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoRemove an unneeded redundant line of code: Fixes Coverity 1001.
wmeier [Mon, 23 May 2011 14:34:59 +0000 (14:34 +0000)]
Remove an unneeded redundant line of code: Fixes Coverity 1001.
Also:
 Use a separate ett variable for a subtree;
 Convert what appears to be '4 space tabs' to '4 spaces'.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37364 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct subtree in two cases: Fixes Coverity 920;
wmeier [Mon, 23 May 2011 14:30:00 +0000 (14:30 +0000)]
Use correct subtree in two cases: Fixes Coverity 920;
Also:
  Remove a number of unneeded #include statements;
  Do some whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37363 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix compilation.
tuexen [Mon, 23 May 2011 14:28:02 +0000 (14:28 +0000)]
Fix compilation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37362 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;
wmeier [Mon, 23 May 2011 14:26:43 +0000 (14:26 +0000)]
Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37361 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct subtree in several 'proto_tree_add_text(...)' statements: Fixes Coverity...
wmeier [Mon, 23 May 2011 14:17:30 +0000 (14:17 +0000)]
Use correct subtree in several 'proto_tree_add_text(...)' statements: Fixes Coverity 938 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37360 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct subtree in 'call dissector(...)': Fixes Coverity 962 [UNUSED].
wmeier [Mon, 23 May 2011 14:14:43 +0000 (14:14 +0000)]
Use correct subtree in 'call dissector(...)': Fixes Coverity 962 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37359 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd a missing line of code: Fixes Coverity 967 [UNUSED].
wmeier [Mon, 23 May 2011 14:13:03 +0000 (14:13 +0000)]
Add a missing line of code: Fixes Coverity 967 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37358 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct subtree for proto_tree_add_item in several places: Coverity 1130 [UNUSED];
wmeier [Mon, 23 May 2011 14:11:14 +0000 (14:11 +0000)]
Use correct subtree for proto_tree_add_item in several places: Coverity 1130 [UNUSED];
Also: Reformat a few lines and do some whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37357 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd missing braces.
martinm [Mon, 23 May 2011 10:09:08 +0000 (10:09 +0000)]
Add missing braces.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37356 f5534014-38df-0310-8fa8-9805f1628bb7

12 years ago7.3.2.25 or 802.11-2007 gives an example of length 20, so it is unclear where the...
jmayer [Mon, 23 May 2011 08:54:47 +0000 (08:54 +0000)]
7.3.2.25 or 802.11-2007 gives an example of length 20, so it is unclear where the 24 came from (unintentionally fixes bug 5942)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37355 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoClean duplicated contributors.
darkjames [Mon, 23 May 2011 08:03:50 +0000 (08:03 +0000)]
Clean duplicated contributors.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37354 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDelete unused header field entries found by running checkhf.pl.
cmaynard [Mon, 23 May 2011 00:32:40 +0000 (00:32 +0000)]
Delete unused header field entries found by running checkhf.pl.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37353 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdded Michael Mann for his contributions to bug 2794.
cmaynard [Mon, 23 May 2011 00:05:07 +0000 (00:05 +0000)]
Added Michael Mann for his contributions to bug 2794.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37352 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Micheal Mann via bug 2794: Fix some display filter field names.
cmaynard [Mon, 23 May 2011 00:00:53 +0000 (00:00 +0000)]
From Micheal Mann via bug 2794: Fix some display filter field names.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37351 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFrom Yaniv Kaul: Some 'set but not used' compilation fixes;
wmeier [Sun, 22 May 2011 22:04:24 +0000 (22:04 +0000)]
From Yaniv Kaul: Some 'set but not used' compilation fixes;
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5858

From me: 2 corrections to the patch and sevral other minor changes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37350 f5534014-38df-0310-8fa8-9805f1628bb7

12 years ago[Automatic manuf, services and enterprise-numbers update for 2011-05-22]
gerald [Sun, 22 May 2011 15:04:14 +0000 (15:04 +0000)]
[Automatic manuf, services and enterprise-numbers update for 2011-05-22]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37346 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix the case where you start with interfaces on the command line
tuexen [Sun, 22 May 2011 11:11:00 +0000 (11:11 +0000)]
Fix the case where you start with interfaces on the command line
(so using ifaces) and then using the GUI (which only deals with
iface).

These kind of problems will completely disappear when the
old strucuture components like iface have completely be
retired. This is the next thing we will work on.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37345 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse appropriate temporary filename when capturing from multiple interfaces.
tuexen [Sat, 21 May 2011 20:57:00 +0000 (20:57 +0000)]
Use appropriate temporary filename when capturing from multiple interfaces.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37344 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAs suggested on the dev list: Use pcapng and threads
tuexen [Sat, 21 May 2011 18:51:25 +0000 (18:51 +0000)]
As suggested on the dev list: Use pcapng and threads
when capturing on multiple interfaces even if not specified
on the command line.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37343 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix the capturing from the GUI. Honor the iface variable.
tuexen [Sat, 21 May 2011 13:22:38 +0000 (13:22 +0000)]
Fix the capturing from the GUI. Honor the iface variable.

The next step is to retire the iface variable and use
the ifaces array only. This should simplify things and
fix the cases, where you start wireshark with command
line arguments and also use the GUI.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37342 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoPass a pcap_options * instead of a pcap_options **.
gerald [Sat, 21 May 2011 00:10:57 +0000 (00:10 +0000)]
Pass a pcap_options * instead of a pcap_options **.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37341 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't assign to a variable which is then not referenced: Coverity 998 [UNUSED].
wmeier [Fri, 20 May 2011 20:41:23 +0000 (20:41 +0000)]
Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37340 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't assign to an unused variable: Fixes Coverity 874 [UNUSED].
wmeier [Fri, 20 May 2011 20:29:19 +0000 (20:29 +0000)]
Don't assign to an unused variable: Fixes Coverity 874 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37339 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix a typo ...
wmeier [Fri, 20 May 2011 20:22:59 +0000 (20:22 +0000)]
Fix a typo ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37338 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoRemove unneeded code: Fixes Coverity 890 [UNUSED].
wmeier [Fri, 20 May 2011 20:21:14 +0000 (20:21 +0000)]
Remove unneeded code: Fixes Coverity 890 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37337 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse (what appears to be) the correct tvb for a function call: Fixes Coverity 919...
wmeier [Fri, 20 May 2011 20:10:41 +0000 (20:10 +0000)]
Use (what appears to be) the correct tvb for a function call: Fixes Coverity 919 [UNUSED];
#include <stdlib.h> not req'd.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37336 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoRemove unused code: Fixes Coverity 972 [UNUSED].
wmeier [Fri, 20 May 2011 20:00:16 +0000 (20:00 +0000)]
Remove unused code: Fixes Coverity 972 [UNUSED].

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37335 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd #include <stdlib.h> to files which reference fcns declared in stdlib.h;
wmeier [Fri, 20 May 2011 19:00:09 +0000 (19:00 +0000)]
Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;
 (In many cases I previously incorrectly removed the #include <stdlib.h>).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37334 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd bugs 4985 and 5580 to the list of known problems.
gerald [Fri, 20 May 2011 17:02:20 +0000 (17:02 +0000)]
Add bugs 4985 and 5580 to the list of known problems.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37333 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't assign to a proto_item* if the value won't be used:
wmeier [Fri, 20 May 2011 15:44:25 +0000 (15:44 +0000)]
Don't assign to a proto_item* if the value won't be used:
 Fixes Coverity 903,935,968,985,997,999,1024,1025,1134;
Remove unneeded #includes;
Do whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37331 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd to comment about using a heuristic; Fix a typo.
wmeier [Fri, 20 May 2011 15:34:29 +0000 (15:34 +0000)]
Add to comment about using a heuristic; Fix a typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37330 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];
wmeier [Fri, 20 May 2011 15:22:58 +0000 (15:22 +0000)]
Use correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];
Remove unneeded #includes;
Do some whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37329 f5534014-38df-0310-8fa8-9805f1628bb7

12 years ago'#if 0' code related to already commented out code: Fixes Coverity 881.
wmeier [Fri, 20 May 2011 15:19:26 +0000 (15:19 +0000)]
'#if 0' code related to already commented out code: Fixes Coverity 881.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37328 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDon't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]
wmeier [Fri, 20 May 2011 14:21:02 +0000 (14:21 +0000)]
Don't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]
Remove unneeded prefs callback in prefs registration;
Remove 'if (!initialized)' test from proto_reg_handoff...();
Remove unneeded #include;
Do some whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37327 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoPrettify som 3GPP AVP:s
etxrab [Fri, 20 May 2011 13:55:21 +0000 (13:55 +0000)]
Prettify som 3GPP AVP:s

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37326 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agogtk_menu_item_set_label() is from gtk 2.16.
stig [Fri, 20 May 2011 11:58:00 +0000 (11:58 +0000)]
gtk_menu_item_set_label() is from gtk 2.16.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37325 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoInclude the profile name in the Delete item in the profiles popup.
stig [Fri, 20 May 2011 11:30:51 +0000 (11:30 +0000)]
Include the profile name in the Delete item in the profiles popup.
Fixed creating a new profile from the popup without setting a create from.
Removed some unneeded ep_strdup_printf.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37324 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoCopy data from the TVB into ep_alloc'd memory, rather than saving a pointer into...
morriss [Fri, 20 May 2011 03:22:27 +0000 (03:22 +0000)]
Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer into the TVB.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37323 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse tvb_get_ephemeral_string() instead of tvb_get_ptr().
morriss [Fri, 20 May 2011 03:20:20 +0000 (03:20 +0000)]
Use tvb_get_ephemeral_string() instead of tvb_get_ptr().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37322 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse tvb_bytes_to_str() instead of a homegrown version.
morriss [Fri, 20 May 2011 03:17:01 +0000 (03:17 +0000)]
Use tvb_bytes_to_str() instead of a homegrown version.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37321 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse TVB accessor functions instead of tvb_get_ptr()
morriss [Fri, 20 May 2011 03:15:18 +0000 (03:15 +0000)]
Use TVB accessor functions instead of tvb_get_ptr()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37320 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse tvb_ether_to_str()
morriss [Fri, 20 May 2011 03:12:56 +0000 (03:12 +0000)]
Use tvb_ether_to_str()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37319 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoFix annoying typo.
guy [Fri, 20 May 2011 02:44:12 +0000 (02:44 +0000)]
Fix annoying typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37318 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUse proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer into
morriss [Fri, 20 May 2011 02:42:14 +0000 (02:42 +0000)]
Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer into
the TVB.

Introduce and start using tvb_get_manuf_name() and tvb_get_manuf_name_if_known()
which do the same as the non-tvb versions but take a tvb and an offset instead
of (commonly) a pointer into a TVB.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37317 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoIn at least some versions of OS X SystemStarter gets cranky if the
guy [Fri, 20 May 2011 02:35:05 +0000 (02:35 +0000)]
In at least some versions of OS X SystemStarter gets cranky if the
startup item is group-writable.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37316 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoAdd pdml2html.xsl to the source tarball.
guy [Thu, 19 May 2011 21:11:44 +0000 (21:11 +0000)]
Add pdml2html.xsl to the source tarball.

(Can we have a macro that has everything in pkgdata_DATA except for
COPYING, and use that macro in both the definition of pkgdata_DATA and
EXTRA_DIST?)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37314 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoUpdate the User's Guide.
gerald [Thu, 19 May 2011 21:09:29 +0000 (21:09 +0000)]
Update the User's Guide.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37312 f5534014-38df-0310-8fa8-9805f1628bb7

12 years agoDrop privileges after opening all pcap devices, not after the first one...
tuexen [Thu, 19 May 2011 20:48:58 +0000 (20:48 +0000)]
Drop privileges after opening all pcap devices, not after the first one...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37311 f5534014-38df-0310-8fa8-9805f1628bb7

12 years ago1.6 → 1.7.
gerald [Thu, 19 May 2011 20:37:36 +0000 (20:37 +0000)]
1.6 → 1.7.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37309 f5534014-38df-0310-8fa8-9805f1628bb7