obnox/wireshark/wip.git
13 years agoAdd bandwidth figures to RLC stats (per-UE and per-channel).
martinm [Fri, 3 Sep 2010 15:22:28 +0000 (15:22 +0000)]
Add bandwidth figures to RLC stats (per-UE and per-channel).

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

13 years agoFix start offset and length handling in SEQUNCE OF (caused Gtk crash for sequences...
kukosa [Fri, 3 Sep 2010 10:31:56 +0000 (10:31 +0000)]
Fix start offset and length handling in SEQUNCE OF (caused Gtk crash for sequences at the end of frame)

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

13 years agoIncrease maximum number of nodes to 40.
stig [Fri, 3 Sep 2010 09:12:40 +0000 (09:12 +0000)]
Increase maximum number of nodes to 40.
10 is in some situations too few.

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

13 years agoCode cleanup: Remove Begin/End comments on each and every code block,
stig [Fri, 3 Sep 2010 09:10:32 +0000 (09:10 +0000)]
Code cleanup: Remove Begin/End comments on each and every code block,
this only makes the code hard to read.

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

13 years agoCheck if using tree before adding the octet string.
stig [Fri, 3 Sep 2010 08:44:00 +0000 (08:44 +0000)]
Check if using tree before adding the octet string.

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Fri, 3 Sep 2010 08:41:04 +0000 (08:41 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoAdd doxygen coments.
etxrab [Fri, 3 Sep 2010 07:28:51 +0000 (07:28 +0000)]
Add doxygen coments.

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

13 years agoAdd doxygen coments.
etxrab [Fri, 3 Sep 2010 07:27:59 +0000 (07:27 +0000)]
Add doxygen coments.

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

13 years agoAdd a comment
etxrab [Fri, 3 Sep 2010 07:25:51 +0000 (07:25 +0000)]
Add a comment

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

13 years agoFrom Michael Lum:
etxrab [Fri, 3 Sep 2010 06:18:29 +0000 (06:18 +0000)]
From Michael Lum:
ANSI-A dissector does not recognize service option 73
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5176

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

13 years agoFrom Michael Lum:
etxrab [Fri, 3 Sep 2010 05:50:55 +0000 (05:50 +0000)]
From Michael Lum:
The EVRC dissector does not handle service option 73 (EVRC-NW).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5177

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

13 years agoApply the quick fix from bug 2952.
stig [Thu, 2 Sep 2010 21:30:54 +0000 (21:30 +0000)]
Apply the quick fix from bug 2952.

And it's true, this dissector really needs an overhaul!

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

13 years agoAdd comments
etxrab [Thu, 2 Sep 2010 19:23:01 +0000 (19:23 +0000)]
Add comments

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

13 years agoIntroduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS and
morriss [Thu, 2 Sep 2010 18:02:06 +0000 (18:02 +0000)]
Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS and
WIRESHARK_SE_VERIFY_POINTERS that control whether or not we verify if a given
pointer is ep_ or se_ allocated, respectively.

Turn the behavior off by default for speed reasons (the speed difference isn't
huge, but...).

Turn the behavior on when fuzz testing.

Document these two new variables in the man pages.

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

13 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5173 :
morriss [Thu, 2 Sep 2010 17:13:36 +0000 (17:13 +0000)]
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5173 :

Don't call col_set_str() on a string returned from val_to_str() (which may be
ep_ allocated).

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

13 years agoFix typo in comment: datat -> data
sfisher [Thu, 2 Sep 2010 17:11:48 +0000 (17:11 +0000)]
Fix typo in comment: datat -> data

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Thu, 2 Sep 2010 15:39:15 +0000 (15:39 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Thu, 2 Sep 2010 15:38:04 +0000 (15:38 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Thu, 2 Sep 2010 06:34:04 +0000 (06:34 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Thu, 2 Sep 2010 06:22:12 +0000 (06:22 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoEnsure we always print the heading when dumping PSML and CSV.
stig [Wed, 1 Sep 2010 20:54:41 +0000 (20:54 +0000)]
Ensure we always print the heading when dumping PSML and CSV.

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

13 years ago1.4 version does not display the t.38 graph.
etxrab [Wed, 1 Sep 2010 19:42:59 +0000 (19:42 +0000)]
1.4 version does not display the t.38 graph.
(init/remove tap_listener missing)

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

13 years agoExpand and update comments.
guy [Wed, 1 Sep 2010 17:49:27 +0000 (17:49 +0000)]
Expand and update comments.

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

13 years agoFrom Jaap Keuter:
etxrab [Wed, 1 Sep 2010 12:39:29 +0000 (12:39 +0000)]
From Jaap Keuter:
Fix Wireshark don't show mgcp calls in "Telephony" => "VoIP calls"
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5167

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

13 years agoFrom Pascal Quantin:
etxrab [Tue, 31 Aug 2010 20:03:46 +0000 (20:03 +0000)]
From Pascal Quantin:
Patch that allows the dissection of the Feature Group Indicators bit string. I tested it with our UE and it works fine.

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

13 years agoA GString has it's own length.
stig [Tue, 31 Aug 2010 18:28:59 +0000 (18:28 +0000)]
A GString has it's own length.

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

13 years agoSupport space in list of hidden columns.
stig [Tue, 31 Aug 2010 15:02:03 +0000 (15:02 +0000)]
Support space in list of hidden columns.

This fixes bug 5163.

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

13 years agoAdd stub code for future dissection of featureGroupIndicators.
etxrab [Tue, 31 Aug 2010 10:50:54 +0000 (10:50 +0000)]
Add stub code for future dissection of featureGroupIndicators.

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

13 years agoUpdate the header length after dissecting the header.
stig [Tue, 31 Aug 2010 10:24:08 +0000 (10:24 +0000)]
Update the header length after dissecting the header.

This fixes bug 5162.

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

13 years agoEnsure we always update the display filter when changing profile.
stig [Tue, 31 Aug 2010 07:53:51 +0000 (07:53 +0000)]
Ensure we always update the display filter when changing profile.

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Tue, 31 Aug 2010 05:48:12 +0000 (05:48 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoAdd #include <stdio.h> for fprintf
wmeier [Mon, 30 Aug 2010 23:58:19 +0000 (23:58 +0000)]
Add #include <stdio.h> for fprintf

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

13 years agoRemove the depricated GtkItemFactory code.
etxrab [Mon, 30 Aug 2010 20:30:20 +0000 (20:30 +0000)]
Remove the depricated GtkItemFactory code.

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

13 years agoSwitch to GTK UIManager.
etxrab [Mon, 30 Aug 2010 19:49:57 +0000 (19:49 +0000)]
Switch to GTK UIManager.

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

13 years agoInclude stdio.h. Fixup indent some.
morriss [Mon, 30 Aug 2010 19:14:54 +0000 (19:14 +0000)]
Include stdio.h.  Fixup indent some.

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

13 years agoFix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5157 :
morriss [Mon, 30 Aug 2010 17:05:37 +0000 (17:05 +0000)]
Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5157 :

If get_unicode_or_ascii_string() returns a NULL pointer, return a pointer to an
empty string back to our caller.

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

13 years agoRemove some unnecessary includes: a lot of things don't need globals.h and register.h
morriss [Mon, 30 Aug 2010 16:10:01 +0000 (16:10 +0000)]
Remove some unnecessary includes: a lot of things don't need globals.h and register.h

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

13 years agoUse the top-level isprint.h instead of redefining isprint ourselves.
morriss [Mon, 30 Aug 2010 15:33:32 +0000 (15:33 +0000)]
Use the top-level isprint.h instead of redefining isprint ourselves.

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

13 years agoRemove a redundant callback.
etxrab [Mon, 30 Aug 2010 14:32:38 +0000 (14:32 +0000)]
Remove a redundant callback.

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

13 years agoConvert to GTKUIManager
etxrab [Mon, 30 Aug 2010 14:23:25 +0000 (14:23 +0000)]
Convert to GTKUIManager

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

13 years agoDoxygen fix.
etxrab [Mon, 30 Aug 2010 14:22:49 +0000 (14:22 +0000)]
Doxygen fix.

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

13 years agoCall dfilter_macro_uat->post_update_cb instead of using cfile.
stig [Mon, 30 Aug 2010 09:31:52 +0000 (09:31 +0000)]
Call dfilter_macro_uat->post_update_cb instead of using cfile.

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

13 years agoAlways update the display filter when changing a display filter macro
stig [Mon, 30 Aug 2010 08:47:26 +0000 (08:47 +0000)]
Always update the display filter when changing a display filter macro
and when changing profile.  Not sure why I have to invalidate cfile.dfilter
in macro_update(), because this will be done in macros_post_update(),
but unless this we get a crash when renaming a macro...

This is a fix for bug 5002.

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

13 years agoAlways call post_update_cb() in uat_load_str().
stig [Mon, 30 Aug 2010 08:43:03 +0000 (08:43 +0000)]
Always call post_update_cb() in uat_load_str().

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

13 years agoDoxygen related changes.
etxrab [Mon, 30 Aug 2010 05:39:02 +0000 (05:39 +0000)]
Doxygen related changes.

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

13 years agoMake a note about how to "activare" the filter popup.
etxrab [Mon, 30 Aug 2010 05:12:27 +0000 (05:12 +0000)]
Make a note about how to "activare" the filter popup.

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

13 years agoVarious:
wmeier [Mon, 30 Aug 2010 01:14:08 +0000 (01:14 +0000)]
Various:
1. Re-arrange proto_reg_handoff... code to follow the "standard idiom" for init/set of port prefs;
2. Define all fcns as static (except proto_register and proto_reg_handoff);
3. ethereal --> Wireshark;
4. Remove some uneeded/unused prototypes;
5. Fix a few function description comments.

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

13 years agoSwitch to GTK UIManager.
etxrab [Sun, 29 Aug 2010 19:37:15 +0000 (19:37 +0000)]
Switch to GTK UIManager.

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

13 years agoFix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg
etxrab [Sun, 29 Aug 2010 17:34:44 +0000 (17:34 +0000)]
Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5076

Use:
/*
 * Dissect Multiple Choice Message
 * This function is used to decode a message, when several encoding may be used.
 * For exemple, in the last MAP version, the Cancel Location is defined like this:
 * CancelLocationArg ::= [3] IMPLICIT SEQUENCE
 * But in the previous MAP version, it was a CHOICE between a SEQUENCE and an IMSI
 * As ASN1 encoders (or software) still uses the old encoding, this function allows
 * the decoding of both versions.
 * Moreover, some optimizations (or bad practice ?) in ASN1 encoder, removes the
 * SEQUENCE tag, when only one parameter is present in the SEQUENCE.
 * This explain why the function expects 3 parameters:
 * - a [3] SEQUENCE corresponding the recent ASN1 MAP encoding
 * - a SEQUENCE for old style
 * - and a single parameter, for old version or optimizations
 *
 * The analyze of the first ASN1 tag, indicate what kind of decoding should be used,
 * if the decoding function is provided (so not a NULL function)
 */

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

13 years agoFrom Cal Turney (bug 5132):
sake [Sun, 29 Aug 2010 15:27:20 +0000 (15:27 +0000)]
From  Cal Turney (bug 5132):
TCP bytes_in flight becomes inflated with lost packets

This patch suspends Bytes-in-Flight calculation when missing packets are detected.

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

13 years agoDoxygen changes.
etxrab [Sun, 29 Aug 2010 15:14:38 +0000 (15:14 +0000)]
Doxygen changes.

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

13 years ago[Automatic manuf and enterprise-numbers update for 2010-08-29]
gerald [Sun, 29 Aug 2010 15:03:30 +0000 (15:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2010-08-29]

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

13 years agoDoxygen changes.
etxrab [Sun, 29 Aug 2010 13:18:58 +0000 (13:18 +0000)]
Doxygen changes.

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

13 years agoDoxygen changes.
etxrab [Sun, 29 Aug 2010 10:47:38 +0000 (10:47 +0000)]
Doxygen changes.

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

13 years agoDisplay 6to4 gateway IPv4 addresses and SLA IDs.
gerald [Sat, 28 Aug 2010 20:55:32 +0000 (20:55 +0000)]
Display 6to4 gateway IPv4 addresses and SLA IDs.

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

13 years ago#inlude <emem.h> not req'd;
wmeier [Sat, 28 Aug 2010 19:50:00 +0000 (19:50 +0000)]
#inlude <emem.h> not req'd;
Use tvb_strncmp to compare for "ESIO" string in packet;
Use consistent indentation conforming to the "editor modelines";
Minor other whitespce cleanup.

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

13 years agoDe-obfuscate the Teredo client address and add a de-obfuscated port.
gerald [Sat, 28 Aug 2010 19:46:20 +0000 (19:46 +0000)]
De-obfuscate the Teredo client address and add a de-obfuscated port.

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

13 years agoDoxygen changes.
etxrab [Sat, 28 Aug 2010 19:27:19 +0000 (19:27 +0000)]
Doxygen changes.

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

13 years agoAs mentioned on the users-mailinglist[1], it could be useful to have groups read...
sake [Sat, 28 Aug 2010 11:05:51 +0000 (11:05 +0000)]
As mentioned on the users-mailinglist[1], it could be useful to have groups read access to the ringbuffer that dumpcap creates. That way, a group of people can access the capture files without having to use root access.

[1]  http://www.wireshark.org/lists/wireshark-users/201008/msg00235.html

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

13 years agoWe change the owner and group of the first file, so we also want to change owner...
sake [Sat, 28 Aug 2010 09:44:18 +0000 (09:44 +0000)]
We change the owner and group of the first file, so we also want to change owner and group of the rest of the files in the ringbuffer.

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

13 years agoSupport for eMLPP Priority IE in BSSMAP
dimeg [Fri, 27 Aug 2010 21:30:12 +0000 (21:30 +0000)]
Support for eMLPP Priority IE in BSSMAP

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

13 years agoUpdate some links.
guy [Fri, 27 Aug 2010 21:28:24 +0000 (21:28 +0000)]
Update some links.

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

13 years agoAdded Owen Kirby as author
stig [Fri, 27 Aug 2010 21:15:39 +0000 (21:15 +0000)]
Added Owen Kirby as author

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

13 years agoAllow Dissect As... to select the Ethernet-without-FCS dissector for a
guy [Fri, 27 Aug 2010 21:13:26 +0000 (21:13 +0000)]
Allow Dissect As... to select the Ethernet-without-FCS dissector for a
given UDP port; this is to handle the output for the Cisco CMTS "cable
intercept" command - it encapsulates Ethernet frames in UDP packets, but
the UDP port is user-defined.

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

13 years agoMNC, SANC, ISPC lists updated up to OB 960
dimeg [Fri, 27 Aug 2010 21:09:05 +0000 (21:09 +0000)]
MNC, SANC, ISPC lists updated up to OB 960

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

13 years agoFrom Owen Kirby via bug 5149:
stig [Fri, 27 Aug 2010 21:05:02 +0000 (21:05 +0000)]
From Owen Kirby via bug 5149:
Added a new dissector for SCoP.

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

13 years agoFrom Frank Lahm via bug 5136:
stig [Fri, 27 Aug 2010 20:54:21 +0000 (20:54 +0000)]
From Frank Lahm via bug 5136:
Correct volume flags for FPGetSrvrParms.

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

13 years agoDisplay Teredo encapsulated IPv4 server and client addresses.
gerald [Fri, 27 Aug 2010 19:52:17 +0000 (19:52 +0000)]
Display Teredo encapsulated IPv4 server and client addresses.

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

13 years agoForward-port r33953.
gerald [Fri, 27 Aug 2010 19:24:44 +0000 (19:24 +0000)]
Forward-port r33953.

Move the SetDllDirectory calls to ws_init_dll_search_path. If
SetDllDirectory fails, pass the Wireshark program path to
SetCurrentDirectory.

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

13 years agoFrom Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : remove Makef...
morriss [Fri, 27 Aug 2010 18:36:01 +0000 (18:36 +0000)]
From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : remove Makefile.in from the asn1 directories when doing a maintainer-clean

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

13 years agoFrom Christian Durrer via bug 5155:
stig [Fri, 27 Aug 2010 17:18:28 +0000 (17:18 +0000)]
From Christian Durrer via bug 5155:
Added a new dissector for Ether-S-I/O protocol.

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

13 years agoFrom Matthieu Lochegnies via bug 5153:
stig [Fri, 27 Aug 2010 16:30:38 +0000 (16:30 +0000)]
From Matthieu Lochegnies via bug 5153:
Show multiples DRDA commands from the same frame.

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

13 years ago(Trivial) Fix a typo
wmeier [Fri, 27 Aug 2010 15:01:28 +0000 (15:01 +0000)]
(Trivial) Fix a typo

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

13 years agoAllow 3GPP release info to be displayed.
martinm [Fri, 27 Aug 2010 13:54:05 +0000 (13:54 +0000)]
Allow 3GPP release info to be displayed.

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

13 years agoAdded a check for constructed octet string to avoid a loop.
stig [Fri, 27 Aug 2010 11:55:14 +0000 (11:55 +0000)]
Added a check for constructed octet string to avoid a loop.

This fixes bug 5154.

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

13 years agoTake in updates from the TLS registery.
jake [Fri, 27 Aug 2010 06:28:17 +0000 (06:28 +0000)]
Take in updates from the TLS registery.

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

13 years agoMake wireshark-dev depend on the right automake.
jake [Fri, 27 Aug 2010 06:07:32 +0000 (06:07 +0000)]
Make wireshark-dev depend on the right automake.

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

13 years agoFrom Kirill A. Korinskiy:
etxrab [Fri, 27 Aug 2010 06:02:54 +0000 (06:02 +0000)]
From Kirill A. Korinskiy:
Enumerated is derived from the Integer32 AVP Base Format.

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

13 years agoI suspect the changes to config.nmake committed in SVN #33942 were not intended.
wmeier [Thu, 26 Aug 2010 23:40:27 +0000 (23:40 +0000)]
I suspect the changes to config.nmake committed in SVN #33942 were not intended.
Revert the changes (for now ?) so the Buildbot will run again.

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

13 years agoDoxygen fixes.
etxrab [Thu, 26 Aug 2010 20:31:09 +0000 (20:31 +0000)]
Doxygen fixes.

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

13 years agoCheck input string in ps_clean_string().
stig [Thu, 26 Aug 2010 20:22:28 +0000 (20:22 +0000)]
Check input string in ps_clean_string().

This fixes bug 5148.

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

13 years agoFixed by running doxygen -u
etxrab [Thu, 26 Aug 2010 19:40:57 +0000 (19:40 +0000)]
Fixed by running doxygen -u

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

13 years agoFix doxygen errors.
etxrab [Thu, 26 Aug 2010 19:40:08 +0000 (19:40 +0000)]
Fix doxygen errors.

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

13 years agoShow a text string of the Windows version (if Windows 2000 or higher.)
sfisher [Thu, 26 Aug 2010 18:06:56 +0000 (18:06 +0000)]
Show a text string of the Windows version (if Windows 2000 or higher.)

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

13 years agoAdd a newline. Fixup whitespace.
gerald [Thu, 26 Aug 2010 17:18:44 +0000 (17:18 +0000)]
Add a newline. Fixup whitespace.

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

13 years agoFix a number of doxygen directives.
etxrab [Thu, 26 Aug 2010 15:24:49 +0000 (15:24 +0000)]
Fix a number of doxygen directives.

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

13 years agoFix a number of doxygen directives.
etxrab [Thu, 26 Aug 2010 15:02:27 +0000 (15:02 +0000)]
Fix a number of doxygen directives.

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

13 years agoFrom Juha Siltanen via bug 5144:
stig [Thu, 26 Aug 2010 13:49:23 +0000 (13:49 +0000)]
From Juha Siltanen via bug 5144:
Added support for payload dissecting.

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

13 years ago- Try to fix a couple of doxygen comments.
etxrab [Thu, 26 Aug 2010 07:12:03 +0000 (07:12 +0000)]
- Try to fix a couple of doxygen comments.

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

13 years ago- Try to fix a couple of doxygen comments.
etxrab [Thu, 26 Aug 2010 06:46:30 +0000 (06:46 +0000)]
- Try to fix a couple of doxygen comments.
- whitspace changes.

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

13 years agoMove Windows-specific material inside an appropriate #ifdef.
gerald [Wed, 25 Aug 2010 22:41:26 +0000 (22:41 +0000)]
Move Windows-specific material inside an appropriate #ifdef.

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

13 years agoAdd ws_load_library and ws_module_open, which respectively call
gerald [Wed, 25 Aug 2010 20:30:59 +0000 (20:30 +0000)]
Add ws_load_library and ws_module_open, which respectively call
LoadLibrary and g_module_open only for the program directory and system
directory on Windows. Use them to replace a bunch of LoadLibrary and
g_module_open calls. Use the extension ".dll" for all the DLLs that we
load. Add comments about DLL loading in Python.

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

13 years agoUpdate the WinPcap developer's pack to 4.1.2. Update PCAP_VERSION to 4.1.2 on Win64...
morriss [Wed, 25 Aug 2010 18:20:56 +0000 (18:20 +0000)]
Update the WinPcap developer's pack to 4.1.2.  Update PCAP_VERSION to 4.1.2 on Win64 too (for consistency more than anything I think).

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

13 years agoUse PCAP_VERSION (from config.nmake) instead of hard coding the WinPcap version.
morriss [Wed, 25 Aug 2010 15:28:26 +0000 (15:28 +0000)]
Use PCAP_VERSION (from config.nmake) instead of hard coding the WinPcap version.

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

13 years agoChange PCAP_VERSION to 4.1.2. Hopefully this will cause the U3/PortableApps builds...
morriss [Wed, 25 Aug 2010 15:27:14 +0000 (15:27 +0000)]
Change PCAP_VERSION to 4.1.2.  Hopefully this will cause the U3/PortableApps builds to pick up WinPcap again.

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

13 years agoFix wrong length of CSeq Method parameter
kukosa [Wed, 25 Aug 2010 14:10:58 +0000 (14:10 +0000)]
Fix wrong length of CSeq Method parameter

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

13 years agoLet DCT2000 tree extend to end of ipprim or sctpprim bytes.
martinm [Wed, 25 Aug 2010 13:27:27 +0000 (13:27 +0000)]
Let DCT2000 tree extend to end of ipprim or sctpprim bytes.

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

13 years agoShow (again?) MAC-d PDUs inside MAC-es PDUs.
martinm [Wed, 25 Aug 2010 13:01:00 +0000 (13:01 +0000)]
Show (again?) MAC-d PDUs inside MAC-es PDUs.

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

13 years agoFix !Windows compilation.
gerald [Wed, 25 Aug 2010 00:20:50 +0000 (00:20 +0000)]
Fix !Windows compilation.

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

13 years agoPartial fix for bug 5133. On Windows, call SetDllDirectory at startup if
gerald [Tue, 24 Aug 2010 23:39:29 +0000 (23:39 +0000)]
Partial fix for bug 5133. On Windows, call SetDllDirectory at startup if
it's present in Wireshark and dumpcap. This takes care of the airpcap.dll
PoC but we need to load wpcap.dll from a full path. We might want to
call SetDllDirectory from our other executables as well.

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