Commit Graph

7417 Commits

Author SHA1 Message Date
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
Jaap Keuter 767617bff4 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.

svn path=/trunk/; revision=27171
2009-01-06 19:58:42 +00:00
Sake Blok b16a64c80c From didier gautheron (bug 3178):
move need_desegmentation test before exception handling


svn path=/trunk/; revision=27170
2009-01-06 19:06:43 +00:00
Jeff Morriss 88d97f6a4b 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.

svn path=/trunk/; revision=27165
2009-01-06 14:23:38 +00:00
Anders Broman 2100f9aa4e Update to Rel 8.
svn path=/trunk/; revision=27163
2009-01-06 12:40:45 +00:00
Jaap Keuter 286e4ccd12 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.

svn path=/trunk/; revision=27162
2009-01-06 07:03:43 +00:00
Martin Mathieson 9d39db177d Add RLC LTE dissector.
svn path=/trunk/; revision=27161
2009-01-05 23:18:00 +00:00
Jaap Keuter e753de5100 Remove duplicate definitions found in lapd_sapi.h
svn path=/trunk/; revision=27157
2009-01-05 19:07:06 +00:00
Jaap Keuter bd9ac16336 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.

svn path=/trunk/; revision=27150
2009-01-04 12:08:17 +00:00
Martin Mathieson 1e5ab19726 Fix a typo.
svn path=/trunk/; revision=27149
2009-01-02 20:28:46 +00:00
Martin Mathieson 2137d6b3c6 Use LTE RRC dissector.
svn path=/trunk/; revision=27148
2009-01-02 01:37:55 +00:00
Anders Broman 5e2ccb0ecd Some more NAS updates.
svn path=/trunk/; revision=27147
2009-01-01 22:54:30 +00:00
Anders Broman 0e26b510ea Remove a debug output.
svn path=/trunk/; revision=27142
2008-12-31 16:39:39 +00:00
Anders Broman 9e61f345b9 From Thomas Dreibholz:
Improvements for the ASAP and ENRP dissectors.

svn path=/trunk/; revision=27141
2008-12-31 16:27:18 +00:00
Jaap Keuter bc740b7822 From Gregor Jasny:
The dissect_aim_tlv_value_extended_data function does not work for iChat
generated rendezvous data. So I switched back to the generic value display.

Added another Rendezvous TLV name.

svn path=/trunk/; revision=27138
2008-12-30 22:00:59 +00:00
Martin Mathieson 70dfbeaa27 Comment parameters in call to uat_new()
svn path=/trunk/; revision=27133
2008-12-30 17:17:14 +00:00
Balint Reczey 4dab0f663e Show topology descriptor using unescaped whitespaces.
svn path=/trunk/; revision=27131
2008-12-30 12:23:28 +00:00
Balint Reczey 2c77634418 Do not dissect descriptors twice after topology descriptor.
svn path=/trunk/; revision=27130
2008-12-30 11:22:49 +00:00
Balint Reczey 824e42a248 Fixed topology descriptor dissection.
svn path=/trunk/; revision=27129
2008-12-30 10:25:05 +00:00
Anders Broman 421acac3db From Florian Lohoff:
Decode binary "Ascend-Data-Filter" vendor specific attribute in packet-radius
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2975

svn path=/trunk/; revision=27127
2008-12-29 15:24:08 +00:00
Anders Broman 11fbea953e From Florian Lohoff:
packet-radius.c - avp specific dissectors broken
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2974

svn path=/trunk/; revision=27126
2008-12-29 15:16:41 +00:00
Jaap Keuter 5f96568834 Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/
svn path=/trunk/; revision=27120
2008-12-27 14:30:46 +00:00
Jaap Keuter 0f486eb479 Fix for bug 2839:
Add field for Client hardware address padding.

svn path=/trunk/; revision=27119
2008-12-27 14:28:10 +00:00
Anders Broman 058e9d2f20 Fix:
Wrong decoding IMSI with GSM MAP protocol
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3116

svn path=/trunk/; revision=27117
2008-12-26 21:19:13 +00:00
Bill Meier 19098177f3 Remove unneeded/incorrect properties
svn path=/trunk/; revision=27116
2008-12-26 17:02:08 +00:00
Guy Harris f6f84ae1dc Name changes to match libpcap name change of the corresponding DLT_
value.

svn path=/trunk/; revision=27113
2008-12-24 20:18:01 +00:00
Anders Broman f456b272be From Vincent Helfre:
Add col info.

svn path=/trunk/; revision=27106
2008-12-23 21:53:28 +00:00