Commit graph

7443 commits

Author SHA1 Message Date
Anders Broman
8474c3d23d From Michael Lum:
ANSI MAP fix for TRN digits/SMS and OTA subdissection
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3214

svn path=/trunk/; revision=27276
2009-01-20 20:16:33 +00:00
Anders Broman
e9b0866d94 From Michael Lum:
Fixed SPC digit translation
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3213

svn path=/trunk/; revision=27275
2009-01-20 19:41:29 +00:00
Guy Harris
7b098bca7b http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
is a dead link; supply another link, to a document that describes *some*
of this.

svn path=/trunk/; revision=27273
2009-01-20 03:53:40 +00:00
Jaap Keuter
c7145ef52b I'm pretty sure time_s and time_ns don't come from the same 4 bytes.
svn path=/trunk/; revision=27269
2009-01-19 21:32:45 +00:00
Jaap Keuter
a61043c1b6 From Bradley Higgins:
Add E100 encapsulation packet type to the dissectors.

E100 is an Arbor Networks router, which can redirect packets through an AUX port, 
and which prepends a header to each redirected packet.  This dissector should detect 
these packets, and display them in wireshark.

svn path=/trunk/; revision=27268
2009-01-19 21:26:38 +00:00
Anders Broman
2b607d7ce7 Dissect H263-1998/2000 Level
svn path=/trunk/; revision=27267
2009-01-19 20:35:52 +00:00
Bill Meier
38c30e1d3d Fix (what I believe to be) typos so build will work again....
svn path=/trunk/; revision=27266
2009-01-19 01:16:34 +00:00
Anders Broman
4f5db8d12c Update to V8.3.0 (2008-12).
svn path=/trunk/; revision=27264
2009-01-18 20:37:16 +00:00
Jaap Keuter
f3ad87485b Fix for bug 3192:
Version 17 of the Skinny protocol seems to report its version number in a previously reserved
header field. The dissector now accepts this, even though it can't dissect all new messages yet.

svn path=/trunk/; revision=27258
2009-01-18 12:43:37 +00:00
Jaap Keuter
17df7f823e From Matt P:
CCSDS packets may reside within an 802.3 packet.  This patch provides a way for
the CCSDS dissector to be called from the 802.3 dissector.

svn path=/trunk/; revision=27257
2009-01-18 12:08:56 +00:00
Bill Meier
c53d96ac3b Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.
This also fixes a few cases where memory was not freed after
 g_ascii_strdown.

svn path=/trunk/; revision=27254
2009-01-17 17:33:50 +00:00
Guy Harris
cb07614fec Fix some warnings.
svn path=/trunk/; revision=27251
2009-01-16 22:20:10 +00:00
Anders Broman
234b31b986 From Michael Lum:
Brought up to date with version C of the specification
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3204

svn path=/trunk/; revision=27250
2009-01-16 20:20:21 +00:00
Martin Mathieson
3ec4589aa4 Some more AM updates.
svn path=/trunk/; revision=27245
2009-01-16 15:41:03 +00:00
Stig Bjørlykke
dd007212da Added a length entry.
svn path=/trunk/; revision=27244
2009-01-16 11:51:19 +00:00
Martin Mathieson
a59360ec78 Some AM fixes.
svn path=/trunk/; revision=27243
2009-01-16 10:53:58 +00:00
Anders Broman
dd5a7c8cd2 Diameter.xml: Add s6a application contex + Spec ref
Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map.

svn path=/trunk/; revision=27240
2009-01-15 20:55:24 +00:00
Bill Meier
8a1333554b Add prefs callback so a pref change works...
Also: minor changes related to reg_handoff

svn path=/trunk/; revision=27238
2009-01-15 14:32:20 +00:00
Jaap Keuter
e33b9d1de3 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.

svn path=/trunk/; revision=27237
2009-01-15 07:36:50 +00:00
Guy Harris
6a4f4fdc19 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).

svn path=/trunk/; revision=27236
2009-01-15 02:40:43 +00:00
Jaap Keuter
c4667a58e6 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.

svn path=/trunk/; revision=27233
2009-01-14 23:32:59 +00:00
Jaap Keuter
1be7c5c1a4 From Thomas M. Knoll:
- New dissector for CoS Capability attributes added
- tiny changes in my committed dissector for QoS Marking attributes

svn path=/trunk/; revision=27232
2009-01-14 22:01:10 +00:00
Bill Meier
e4eaa3ee4a reg_handoff: removed unneeded code; also: prefs callback not req'd
svn path=/trunk/; revision=27229
2009-01-14 02:28:38 +00:00
Bill Meier
583c21e9b8 prefs callback not needed.
svn path=/trunk/; revision=27228
2009-01-14 02:27:12 +00:00
Bill Meier
292f1e1eb4 reg_handoff: "once-only" test [if(!initted)...] not req'd since no prefs callback.
svn path=/trunk/; revision=27227
2009-01-14 02:25:37 +00:00
Bill Meier
2f8bc6f65e Minor changes related to reg_handoff_ & proto_register_
svn path=/trunk/; revision=27225
2009-01-13 21:09:03 +00:00
Jaap Keuter
d373860a00 Make the column check actually check the information column status.
svn path=/trunk/; revision=27223
2009-01-13 20:46:26 +00:00
Bill Meier
b6ff984605 Fix some indentation
svn path=/trunk/; revision=27221
2009-01-13 19:58:59 +00:00
Bill Meier
1fd90d2fd8 Move find_dissector to once-only section of _reg_handoff
svn path=/trunk/; revision=27220
2009-01-13 18:34:49 +00:00
Bill Meier
e8a1e7d84c Fix some indentation
svn path=/trunk/; revision=27219
2009-01-13 18:08:20 +00:00
Jaap Keuter
b4617e2a85 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

svn path=/trunk/; revision=27218
2009-01-13 07:08:03 +00:00
Guy Harris
144f4d7c0a Don't display the direction if it's unknown, and set the direction for
DLT_LINUX_LAPD.

Clean up white space.

svn path=/trunk/; revision=27216
2009-01-13 05:39:46 +00:00
Jörg Mayer
e740fddb29 Add reference for changed option space
svn path=/trunk/; revision=27215
2009-01-13 04:22:20 +00:00
Jörg Mayer
ceb0d5b5be Update list of dhcpoptions according to
http://www.iana.org/assignments/bootp-dhcp-parameters/
dated 2008-10-28

svn path=/trunk/; revision=27214
2009-01-13 03:47:16 +00:00
Jaap Keuter
f7a3456580 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.

svn path=/trunk/; revision=27213
2009-01-12 22:05:37 +00:00
Jaap Keuter
6fb63e59e3 Updated to support protocol version 1.1, draft-zimmermann-avt-zrtp-12.
svn path=/trunk/; revision=27209
2009-01-11 13:28:20 +00:00
Jaap Keuter
d6758efd12 From Michael Lum:
Added support the the Capabilities Information and Capabilities Information Ack 
messages along with the MEID attribute.

svn path=/trunk/; revision=27207
2009-01-10 11:21:36 +00:00
Jaap Keuter
fa9fc03b4f 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.

svn path=/trunk/; revision=27206
2009-01-10 11:06:50 +00:00
Jaap Keuter
48736378a0 Fix bug 3179:
Implement dissection and use of address type in Interface and Label Stack TLV's.

svn path=/trunk/; revision=27205
2009-01-09 21:55:06 +00:00
Martin Mathieson
ac374b44bc Show radio mode using correct value.
svn path=/trunk/; revision=27202
2009-01-09 16:12:49 +00:00
Jaap Keuter
aa69531a1b From Didier Gautheron:
Add missing {0, NULL} tuples to value string declarations.

svn path=/trunk/; revision=27201
2009-01-09 07:39:13 +00:00
Martin Mathieson
66c5598ad6 Add a preference to allow single RAR entries to be dissected.
svn path=/trunk/; revision=27196
2009-01-08 14:09:38 +00:00
Tomas Kukosa
6d5e6889f9 get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compilable
svn path=/trunk/; revision=27195
2009-01-08 13:28:30 +00:00
Jaap Keuter
269b45f48a Fix for bug 2902:
Make sure to check the right column before writing to it, and vice versa.

svn path=/trunk/; revision=27191
2009-01-08 07:32:22 +00:00
Anders Broman
ce4b6af27d Some bugfixes and minor updates.
svn path=/trunk/; revision=27183
2009-01-07 21:14:25 +00:00
Anders Broman
b47ccc3043 From Vincent Helfre:
updated the conf files to have the message name display + the ,akefile missing from previous checkin.

svn path=/trunk/; revision=27180
2009-01-07 20:00:45 +00:00
Anders Broman
1296b18c28 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.

svn path=/trunk/; revision=27179
2009-01-07 19:59:31 +00:00
Jaap Keuter
dbb9f54e4f 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.

svn path=/trunk/; revision=27177
2009-01-07 08:10:21 +00:00
Jaap Keuter
322d89cf15 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).

svn path=/trunk/; revision=27176
2009-01-07 07:21:31 +00:00
Anders Broman
7eb3e33d28 Add dummy IE decoding to get correct length.
svn path=/trunk/; revision=27174
2009-01-06 23:03:05 +00:00