obnox/wireshark/wip.git
15 years agoChange the version to 1.1.3. SVN-stamp the version again.
gerald [Fri, 16 Jan 2009 22:35:14 +0000 (22:35 +0000)]
Change the version to 1.1.3. SVN-stamp the version again.

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

15 years agoFix some warnings.
guy [Fri, 16 Jan 2009 22:20:10 +0000 (22:20 +0000)]
Fix some warnings.

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

15 years agoFrom Michael Lum:
etxrab [Fri, 16 Jan 2009 20:20:21 +0000 (20:20 +0000)]
From Michael Lum:
Brought up to date with version C of the specification
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3204

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

15 years agoAdd html2text.py to distribution.
etxrab [Fri, 16 Jan 2009 20:08:14 +0000 (20:08 +0000)]
Add html2text.py to distribution.

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

15 years agoAdd the idl dir to distro (third try).
etxrab [Fri, 16 Jan 2009 18:10:21 +0000 (18:10 +0000)]
Add the idl dir to distro (third try).

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

15 years agoAdd the idl dir to distro (second try).
etxrab [Fri, 16 Jan 2009 17:30:23 +0000 (17:30 +0000)]
Add the idl dir to distro (second try).

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

15 years agoSome more AM updates.
martinm [Fri, 16 Jan 2009 15:41:03 +0000 (15:41 +0000)]
Some more AM updates.

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

15 years agoAdded a length entry.
stig [Fri, 16 Jan 2009 11:51:19 +0000 (11:51 +0000)]
Added a length entry.

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

15 years agoSome AM fixes.
martinm [Fri, 16 Jan 2009 10:53:58 +0000 (10:53 +0000)]
Some AM fixes.

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

15 years agoAdd the idl dir to distro.
etxrab [Fri, 16 Jan 2009 07:10:05 +0000 (07:10 +0000)]
Add the idl dir to distro.

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

15 years agoAdd Id.
etxrab [Fri, 16 Jan 2009 07:09:18 +0000 (07:09 +0000)]
Add Id.

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

15 years agoDiameter.xml: Add s6a application contex + Spec ref
etxrab [Thu, 15 Jan 2009 20:55:24 +0000 (20:55 +0000)]
Diameter.xml: Add s6a application contex + Spec ref
Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map.

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

15 years agoUpdate the description & skeleton code for the use of proto_reg_handoff.
wmeier [Thu, 15 Jan 2009 16:52:15 +0000 (16:52 +0000)]
Update the description & skeleton code for the use of proto_reg_handoff.

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

15 years agoAdd prefs callback so a pref change works...
wmeier [Thu, 15 Jan 2009 14:32:20 +0000 (14:32 +0000)]
Add prefs callback so a pref change works...
Also: minor changes related to reg_handoff

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

15 years agoFrom Dan Gora:
jake [Thu, 15 Jan 2009 07:36:50 +0000 (07:36 +0000)]
From Dan Gora:
A new protocol dissector for PICMG SFP.0 and SFP.1 I-TDM.  This dissector will only dissect
the so-called 125usec modality of I-TDM currently.  I-TDM (Internal TDM) is a protocol used to
encapsulate voice traffic into ethernet frames and vise-versa. The protocol is not based upon
IP/UDP/TDP, but is a totally new protocol which uses MPLS.

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

15 years agostrcasecmp()'s behavior is locale-dependent, and thus unpredictable (and
guy [Thu, 15 Jan 2009 02:40:43 +0000 (02:40 +0000)]
strcasecmp()'s behavior is locale-dependent, and thus unpredictable (and
possibly undesirable - in a Turkish locale, for example, "i" and "I" are
not equal); g_ascii_strcasecmp()'s behavior is not locale-dependent (and
treats "i" and "I" as equal even in a Turkish locale; the strings being
compared against are English, not Turkish, so treating "i" and "I" as
equal is a feature, not a bug).

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

15 years agoBuild 1.1.2.
gerald [Thu, 15 Jan 2009 01:37:52 +0000 (01:37 +0000)]
Build 1.1.2.

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

15 years agoFrom Alex Lindberg:
jake [Wed, 14 Jan 2009 23:32:59 +0000 (23:32 +0000)]
From Alex Lindberg:
Provide for custom decodes of bootp/dhcp options.
By Jaap Keuter:
Cleaned up some option processing code and made option change more robust.

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

15 years agoFrom Thomas M. Knoll:
jake [Wed, 14 Jan 2009 22:01:10 +0000 (22:01 +0000)]
From Thomas M. Knoll:
- New dissector for CoS Capability attributes added
- tiny changes in my committed dissector for QoS Marking attributes

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

15 years agoUpdate comment re the use of the flex statement '%option noline'
wmeier [Wed, 14 Jan 2009 20:50:39 +0000 (20:50 +0000)]
Update comment re the use of the flex statement '%option noline'

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

15 years agoClarify the GeoIP path tooltip.
gerald [Wed, 14 Jan 2009 17:40:30 +0000 (17:40 +0000)]
Clarify the GeoIP path tooltip.

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

15 years agoreg_handoff: removed unneeded code; also: prefs callback not req'd
wmeier [Wed, 14 Jan 2009 02:28:38 +0000 (02:28 +0000)]
reg_handoff: removed unneeded code; also: prefs callback not req'd

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

15 years agoprefs callback not needed.
wmeier [Wed, 14 Jan 2009 02:27:12 +0000 (02:27 +0000)]
prefs callback not needed.

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

15 years agoreg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs callback.
wmeier [Wed, 14 Jan 2009 02:25:37 +0000 (02:25 +0000)]
reg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs callback.

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

15 years agoUse Glib 2.18-4 GTK+ 2.14.7 and Cairo 1.8.6.
etxrab [Tue, 13 Jan 2009 23:21:19 +0000 (23:21 +0000)]
Use Glib 2.18-4 GTK+ 2.14.7 and Cairo 1.8.6.

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

15 years agoMinor changes related to reg_handoff_ & proto_register_
wmeier [Tue, 13 Jan 2009 21:09:03 +0000 (21:09 +0000)]
Minor changes related to reg_handoff_ & proto_register_

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

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:47:06 +0000 (20:47 +0000)]
Make the column check actually check the information column status.

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

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:46:26 +0000 (20:46 +0000)]
Make the column check actually check the information column status.

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

15 years agoMake the column check actually check the information column status.
jake [Tue, 13 Jan 2009 20:37:28 +0000 (20:37 +0000)]
Make the column check actually check the information column status.

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

15 years agoFix some indentation
wmeier [Tue, 13 Jan 2009 19:58:59 +0000 (19:58 +0000)]
Fix some indentation

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

15 years agoMove find_dissector to once-only section of _reg_handoff
wmeier [Tue, 13 Jan 2009 18:34:49 +0000 (18:34 +0000)]
Move find_dissector to once-only section of _reg_handoff

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

15 years agoFix some indentation
wmeier [Tue, 13 Jan 2009 18:08:20 +0000 (18:08 +0000)]
Fix some indentation

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

15 years agoFrom Luca Ceresoli:
jake [Tue, 13 Jan 2009 07:08:03 +0000 (07:08 +0000)]
From Luca Ceresoli:
Several improvements to the Homeplug dissector.

New features:
 * Added decoding of new packet types:
   Vendor Specific, Set NEK, Set Local Parameters, Bridging Characteristics
   (Local and Network), Set Transmit Characteristics
 * Completed Network Statistics dissector, now decodes Extended packets;
   added a generated boolean value to allow Basic/Extended filtering
 * Local/Network specifier for Bridging Characteristics and
   Basic/Extended specifier for Network Statistics now appear in info column

Cleanups:
 * Cleaned up and made more concise decoding of IC-ID (chip ID) using range_string
 * Fixed formatting of some field types
 * A few minor cleanups

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

15 years agoFix the URL for the RLM stuff at Cisco.
guy [Tue, 13 Jan 2009 06:54:06 +0000 (06:54 +0000)]
Fix the URL for the RLM stuff at Cisco.

Add some heuristics to the RLM LAPD-over-UDP dissector, so as not to
misdissect as many packets.

Fetch the LAPD dissector handle only once.

Change some Boolean arguments to gboolean from int.

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

15 years agoDon't display the direction if it's unknown, and set the direction for
guy [Tue, 13 Jan 2009 05:39:46 +0000 (05:39 +0000)]
Don't display the direction if it's unknown, and set the direction for
DLT_LINUX_LAPD.

Clean up white space.

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

15 years agoAdd reference for changed option space
jmayer [Tue, 13 Jan 2009 04:22:20 +0000 (04:22 +0000)]
Add reference for changed option space

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

15 years agoUpdate list of dhcpoptions according to
jmayer [Tue, 13 Jan 2009 03:47:16 +0000 (03:47 +0000)]
Update list of dhcpoptions according to
http://www.iana.org/assignments/bootp-dhcp-parameters/
dated 2008-10-28

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

15 years agoFix bug 3181:
jake [Mon, 12 Jan 2009 22:05:37 +0000 (22:05 +0000)]
Fix bug 3181:
The standard ISO10589 states that the checksum check is always succesful for zero lifetime LSP.
We fake it as not being used in that case.

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

15 years agoFrom Toralf Förster:
jake [Sun, 11 Jan 2009 18:16:50 +0000 (18:16 +0000)]
From Toralf Förster:
Small cleanup of preprocessor logic.

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

15 years ago[Automatic manuf update for 2009-01-11]
gerald [Sun, 11 Jan 2009 16:03:47 +0000 (16:03 +0000)]
[Automatic manuf update for 2009-01-11]

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

15 years agoUpdated to support protocol version 1.1, draft-zimmermann-avt-zrtp-12.
jake [Sun, 11 Jan 2009 13:28:20 +0000 (13:28 +0000)]
Updated to support protocol version 1.1, draft-zimmermann-avt-zrtp-12.

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

15 years agoFrom Ronald W. Henderson:
jake [Sun, 11 Jan 2009 12:26:32 +0000 (12:26 +0000)]
From Ronald W. Henderson:
dumpcap should terminate if exactly the maximum number of packets have been captured
(or greater) as specified by the user: "-c <capture packet count>". The current behavior
waits until an additional packet is captured until this threshold check occurs.

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

15 years agoFrom Michael Lum:
jake [Sat, 10 Jan 2009 11:21:36 +0000 (11:21 +0000)]
From Michael Lum:
Added support the the Capabilities Information and Capabilities Information Ack
messages along with the MEID attribute.

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

15 years agoFrom Thomas M. Knoll:
jake [Sat, 10 Jan 2009 11:06:50 +0000 (11:06 +0000)]
From Thomas M. Knoll:
Added a new dissector for BGP QoS Marking extended community attributes as
defined in http://tools.ietf.org/id/draft-knoll-idr-qos-attribute.

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

15 years agoFix bug 3179:
jake [Fri, 9 Jan 2009 21:55:06 +0000 (21:55 +0000)]
Fix bug 3179:
Implement dissection and use of address type in Interface and Label Stack TLV's.

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

15 years agoAdd $Id$ and copyright header
wmeier [Fri, 9 Jan 2009 20:26:22 +0000 (20:26 +0000)]
Add $Id$ and copyright header

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

15 years agoAdd missing $Id$ and copyright notice.
wmeier [Fri, 9 Jan 2009 18:33:34 +0000 (18:33 +0000)]
Add missing $Id$ and copyright notice.

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

15 years agoShow radio mode using correct value.
martinm [Fri, 9 Jan 2009 16:12:49 +0000 (16:12 +0000)]
Show radio mode using correct value.

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

15 years agoFrom Didier Gautheron:
jake [Fri, 9 Jan 2009 07:39:13 +0000 (07:39 +0000)]
From Didier Gautheron:
Add missing {0, NULL} tuples to value string declarations.

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

15 years agoFix for bug 2902:
jake [Thu, 8 Jan 2009 20:40:08 +0000 (20:40 +0000)]
Fix for bug 2902:
Remove global variables for packet information, pass these through function calls.
Reduce label_SUB[M|A]_[Method|Attribute] routines.
Actually check column status before writing to it.

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

15 years agoFix a bug where a space character wasn't being written back to save files.
martinm [Thu, 8 Jan 2009 16:29:15 +0000 (16:29 +0000)]
Fix a bug where a space character wasn't being written back to save files.

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

15 years agofix non-Windows dumpcap linking, it uses version_info which requires GnuTLS libs
kukosa [Thu, 8 Jan 2009 15:06:09 +0000 (15:06 +0000)]
fix non-Windows dumpcap linking, it uses version_info which requires GnuTLS libs

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

15 years agoAdd a preference to allow single RAR entries to be dissected.
martinm [Thu, 8 Jan 2009 14:09:38 +0000 (14:09 +0000)]
Add a preference to allow single RAR entries to be dissected.

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

15 years agoget rid of few signed/unsigned mishmash warnings to have it with MSVC6 compilable
kukosa [Thu, 8 Jan 2009 13:28:30 +0000 (13:28 +0000)]
get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compilable

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

15 years agodisplay runtime versions of GnuTLS and Gcrypt libraries
kukosa [Thu, 8 Jan 2009 13:24:04 +0000 (13:24 +0000)]
display runtime versions of GnuTLS and Gcrypt libraries

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

15 years agoYear 2009.
stig [Thu, 8 Jan 2009 10:31:37 +0000 (10:31 +0000)]
Year 2009.

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

15 years agoFix for bug 2902:
jake [Thu, 8 Jan 2009 07:36:11 +0000 (07:36 +0000)]
Fix for bug 2902:
Actually check column status before writing to it.

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

15 years agoFix for bug 2902:
jake [Thu, 8 Jan 2009 07:32:22 +0000 (07:32 +0000)]
Fix for bug 2902:
Make sure to check the right column before writing to it, and vice versa.

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

15 years agoWe had a roll-over of the calendar thingy.
jake [Thu, 8 Jan 2009 07:28:58 +0000 (07:28 +0000)]
We had a roll-over of the calendar thingy.

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

15 years agoFrom Valery Sigalov
jake [Thu, 8 Jan 2009 05:36:23 +0000 (05:36 +0000)]
From Valery Sigalov
The updated configuration file for TPNCP protocol dissection.

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

15 years agoFrom Toralf Foester via -dev mailing list: Add static to the forward
sfisher [Thu, 8 Jan 2009 01:56:00 +0000 (01:56 +0000)]
From Toralf Foester via -dev mailing list: Add static to the forward
declaration of a static function in the examples.

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

15 years agoAdd svn:executable property to perl script
wmeier [Wed, 7 Jan 2009 21:37:40 +0000 (21:37 +0000)]
Add svn:executable property to perl script

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

15 years agoremove svn:mergeinfo property
wmeier [Wed, 7 Jan 2009 21:25:10 +0000 (21:25 +0000)]
remove svn:mergeinfo property

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

15 years agoSome bugfixes and minor updates.
etxrab [Wed, 7 Jan 2009 21:14:25 +0000 (21:14 +0000)]
Some bugfixes and minor updates.

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

15 years agoFix properties; Correct a mis-spelled filename.
wmeier [Wed, 7 Jan 2009 21:11:38 +0000 (21:11 +0000)]
Fix properties; Correct a mis-spelled filename.

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

15 years agoFix what certainly looks like a bug: change a SEEK_SET to SEEK_CUR
wmeier [Wed, 7 Jan 2009 20:06:24 +0000 (20:06 +0000)]
Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CUR

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

15 years agoFrom Vincent Helfre:
etxrab [Wed, 7 Jan 2009 20:00:45 +0000 (20:00 +0000)]
From Vincent Helfre:
updated the conf files to have the message name display + the ,akefile missing from previous checkin.

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

15 years agoFrom Vincent Helfre:
etxrab [Wed, 7 Jan 2009 19:59:31 +0000 (19:59 +0000)]
From Vincent Helfre:
Iremoved dead code in the template and added the RRC status message in the conf file.
From me:
Update to 8.4 asn1 files.

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

15 years agoFrom Vincent Helfre:
etxrab [Wed, 7 Jan 2009 19:57:51 +0000 (19:57 +0000)]
From Vincent Helfre:
To make it possible to extract the ASN1 files directly from the spec, I wrote a small script.

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

15 years agoFrom Robert Groenenberg:
jake [Wed, 7 Jan 2009 08:10:21 +0000 (08:10 +0000)]
From Robert Groenenberg:
The SMPP optional parameter 'network_error_code' is decoded incorrectly. This field is
present in SMPP (v3.4 and higher) deliver_sm messages containing a delivery notification.

This TLV contains 3 bytes of data, which is decoded in two steps, each adjusting the
offset in the message. After that the offset is increased *again*, causing the next
TLVs to not recognised. Removing the indicated increase in offset fixes the problem.

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

15 years agoFrom Duncan Salerno:
jake [Wed, 7 Jan 2009 07:21:31 +0000 (07:21 +0000)]
From Duncan Salerno:
Added LAPDm protocol dissector, GSM Um layer, and wiretap support for dct3trace
captures, generated by gammu (many available at http://wiki.thc.org/gsm).

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

15 years agoIf you hand
gerald [Wed, 7 Jan 2009 01:06:47 +0000 (01:06 +0000)]
If you hand

File /oname=bar "foo"
File "foo"

to ws-manifest.pl it will generate an invalid makefile. Put the FAQ in one
place: help\faq.txt.

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

15 years agoAdd dummy IE decoding to get correct length.
etxrab [Tue, 6 Jan 2009 23:03:05 +0000 (23:03 +0000)]
Add dummy IE decoding to get correct length.

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

15 years agoAs suggested by Joerg a while back, get rid of FAQ in the build directory.
gerald [Tue, 6 Jan 2009 21:47:19 +0000 (21:47 +0000)]
As suggested by Joerg a while back, get rid of FAQ in the build directory.
Copy help/faq.txt to FAQ in the NSIS and zip packages.

Add "help" to the dependency list for "all". Fix a couple of minor bugs
in the top-level Makfile.nmake.

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

15 years agoAddt'l fix for bug #1937: Fill in frame pseudo_header as req'd.
wmeier [Tue, 6 Jan 2009 21:25:11 +0000 (21:25 +0000)]
Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.
Also: comment out support for MTP_L2 and SSCOP (encapsulation types
WTAP_ENCAP_MTP2 & WTAP_ENCAP_ATM_PDUS) since I don't know how to
fill in the pseudo_headers required by packet-mtp2 and packet-atm.

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

15 years agoFix for bug 3112:
jake [Tue, 6 Jan 2009 19:58:42 +0000 (19:58 +0000)]
Fix for bug 3112:
CDP checksum calculation has some deviations from the RFC 1071 Internet checksum
algorithm, in particular when faced with odd length packets.

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

15 years agoFrom didier gautheron (bug 3178):
sake [Tue, 6 Jan 2009 19:06:43 +0000 (19:06 +0000)]
From didier gautheron (bug 3178):

move need_desegmentation test before exception handling

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

15 years agoFrom Frederic Leroy: Update c-ares version handling.
gerald [Tue, 6 Jan 2009 18:31:57 +0000 (18:31 +0000)]
From Frederic Leroy: Update c-ares version handling.

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

15 years agoExport prefs_find_preference.
gerald [Tue, 6 Jan 2009 17:17:29 +0000 (17:17 +0000)]
Export prefs_find_preference.

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

15 years agoDisable MEGACO service response time statistics when context tracking is disabled.
rbalint [Tue, 6 Jan 2009 14:42:20 +0000 (14:42 +0000)]
Disable MEGACO service response time statistics when context tracking is disabled.

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

15 years agoMade find_preference function public as prefs_find_preference.
rbalint [Tue, 6 Jan 2009 14:34:18 +0000 (14:34 +0000)]
Made find_preference function public as prefs_find_preference.

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

15 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3175 by making WCCP a
morriss [Tue, 6 Jan 2009 14:23:38 +0000 (14:23 +0000)]
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3175 by making WCCP a
a "new style" dissector: if the message type is unknown then don't try to
dissect the packet as WCCP.
Update the URL to the (expired) ID for the v2 spec.
Note in a comment that the UDP port in the spec is not IANA assigned.

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

15 years agoFix a typo in a comment
wmeier [Tue, 6 Jan 2009 13:31:28 +0000 (13:31 +0000)]
Fix a typo in a comment

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

15 years agoUpdate to Rel 8.
etxrab [Tue, 6 Jan 2009 12:40:45 +0000 (12:40 +0000)]
Update to Rel 8.

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

15 years agoFrom Roy M. Silvernail:
jake [Tue, 6 Jan 2009 07:03:43 +0000 (07:03 +0000)]
From Roy M. Silvernail:
Several command codes were missing, causing the dissector to abort decoding
on valid packets.  Those commands have been added in the attached patch.
The semantics of Variation 0 have been cleaned up.

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

15 years agoAdd RLC LTE dissector.
martinm [Mon, 5 Jan 2009 23:18:00 +0000 (23:18 +0000)]
Add RLC LTE dissector.

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

15 years agoDon't look up the mtp3 dissector (twice) for every packet: do it once at
morriss [Mon, 5 Jan 2009 20:37:04 +0000 (20:37 +0000)]
Don't look up the mtp3 dissector (twice) for every packet: do it once at
proto_reg_handoff time and store the result.

If we don't call the mtp3 dissector on the payload then call the data dissector
to make it easier to see the payload.

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

15 years agoUse encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.
wmeier [Mon, 5 Jan 2009 20:05:39 +0000 (20:05 +0000)]
Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.
(The original code before SVN 27158 was correct).

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

15 years agoRework code somewhat; Fixes bug 1937 & various other issues.
wmeier [Mon, 5 Jan 2009 19:45:58 +0000 (19:45 +0000)]
Rework code somewhat; Fixes bug 1937 & various other issues.
Fixed:
  Crash when reading a K12text file with one frame;
  Crash after selecting the last frame and then a previous frame
    after file open.
  Select of frame n (>1) immediately after file open incorrectly
    displayed the packet details & data from frame n+1.
  File ! Merge (for K12text files) did not work correctly.

Fixes:
  Essentially: clear all lexer state (look-ahead buffer, etc)
   for every file read. Also: Don't use global for keeping
   track of the current file position.
  Also: Handle *nix-style line endings as well as DOS-style.

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

15 years agoRemove duplicate definitions found in lapd_sapi.h
jake [Mon, 5 Jan 2009 19:07:06 +0000 (19:07 +0000)]
Remove duplicate definitions found in lapd_sapi.h

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

15 years agoFix some indentation
wmeier [Sun, 4 Jan 2009 16:45:34 +0000 (16:45 +0000)]
Fix some indentation

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

15 years agoOops: Revert SVN #27152: There weren't actually any memory leaks ...
wmeier [Sun, 4 Jan 2009 16:28:48 +0000 (16:28 +0000)]
Oops: Revert SVN #27152: There weren't actually any memory leaks ...

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

15 years ago[Automatic manuf update for 2009-01-04]
gerald [Sun, 4 Jan 2009 16:03:17 +0000 (16:03 +0000)]
[Automatic manuf update for 2009-01-04]

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

15 years agoFix a few minor memory leaks...
wmeier [Sun, 4 Jan 2009 15:44:28 +0000 (15:44 +0000)]
Fix a few minor memory leaks...

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

15 years agoMinor rewording of a few comments; fix a few typos.
wmeier [Sun, 4 Jan 2009 14:21:54 +0000 (14:21 +0000)]
Minor rewording of a few comments; fix a few typos.

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

15 years agoFrom Jim Young:
jake [Sun, 4 Jan 2009 12:08:17 +0000 (12:08 +0000)]
From Jim Young:
The attached patch augments the epan/dissectors/packet-frame.c module to optionally generate MD5 hashes of each packet.  These MD5 hashes are calculated in the same
manner as the MD5 hash used for duplicate packet removal by the editcap utility.

The ability to generate the MD5 hashes can be enabled or disabled by a new boolean preferences option: frame.generate_md5_hash.  By default MD5 hash generation is disabled.

To help identify frames with matching MD5 hashes this patch also includes a new
display filter: frame.md5_hash.

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

15 years agoFix a typo.
martinm [Fri, 2 Jan 2009 20:28:46 +0000 (20:28 +0000)]
Fix a typo.

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

15 years agoUse LTE RRC dissector.
martinm [Fri, 2 Jan 2009 01:37:55 +0000 (01:37 +0000)]
Use LTE RRC dissector.

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

15 years agoSome more NAS updates.
etxrab [Thu, 1 Jan 2009 22:54:30 +0000 (22:54 +0000)]
Some more NAS updates.

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

15 years agoInclude unknown commands in MEGACO service response time statistics on GUI, too.
rbalint [Thu, 1 Jan 2009 15:49:20 +0000 (15:49 +0000)]
Include unknown commands in MEGACO service response time statistics on GUI, too.

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