Commit Graph

13369 Commits

Author SHA1 Message Date
Jeff Morriss 79d1d439c7 Fix number of arguments to format
svn path=/trunk/; revision=33720
2010-08-05 19:33:20 +00:00
Anders Broman dd21be32a3 From Christian Durrer:
- Added more info for detecting S-Bus telegrams
- Added the display filter sbus.retry for finding re-sent request telegrams
- Added the possibility to jump from the request telegram to the response
telegram
- Added response time to the response telegram
- Added telegram types "Read/Write Block"
- Corrected the "Read System Info" telegram (CRC was not correctly calculated)
- Changed my EMail address
- Small typos corrected

svn path=/trunk/; revision=33718
2010-08-05 19:01:27 +00:00
Stig Bjørlykke 5dc817d6d6 Initialize tpcph to avoid warnings from clang:
"The left operand of '>>' is a garbage value".

svn path=/trunk/; revision=33713
2010-08-05 07:09:59 +00:00
Martin Mathieson b91b0515cc Update bit_offset whether calling MAC dissector or not.
svn path=/trunk/; revision=33711
2010-08-04 14:42:09 +00:00
Stig Bjørlykke 8e314dbb8f Ensure we don't index into a NULL pointer.
svn path=/trunk/; revision=33710
2010-08-04 13:34:50 +00:00
Stig Bjørlykke 1ce4466261 Initialize confounder to ensure it has a known value.
svn path=/trunk/; revision=33709
2010-08-04 13:34:05 +00:00
Stig Bjørlykke f4955fcae2 Avoid a possible dereference of null pointer.
svn path=/trunk/; revision=33708
2010-08-04 13:32:44 +00:00
Stig Bjørlykke faeed4e56e Avoid a possible dereference of null pointer.
svn path=/trunk/; revision=33707
2010-08-04 13:32:09 +00:00
Anders Broman 0848d851cf From Slava:
The Infiniband dissector currently uses a heuristic where it attempts to parse
IBA payloads as if they contained encapsulated traffic with an Ethertype
header. While a relatively common occurrence and thus a fairly useful feature,
this heuristic in many cases causes false-positives which invoke unneeded
dissectors and generate noise in the form of unjustified "malformed packet"
errors these dissectors cause. This patch adds a checkbox to the Infiniband
preferences menu that allows users to disable this feature if desired. The
option remains on by default.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5062

svn path=/trunk/; revision=33703
2010-08-03 17:08:52 +00:00
Anders Broman dff27826ec From Slava:
Infiniband RoCE dissection.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5060

svn path=/trunk/; revision=33702
2010-08-03 16:57:02 +00:00
Anders Broman 9c824270f7 From Brandon Skari:
MySQL dissector doesn't dissect query responses.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5058

svn path=/trunk/; revision=33701
2010-08-03 16:25:13 +00:00
Bill Meier 45a1908a85 (Trivial) Fix a typo.
svn path=/trunk/; revision=33700
2010-08-03 16:06:48 +00:00
Stephen Fisher 0056d74d01 Remove question marks in preference titles.
svn path=/trunk/; revision=33699
2010-08-03 15:29:51 +00:00
Martin Mathieson 7b5d7d2e33 Add a preference to call MAC for TBs (on by default).
Improve info column display for HS-DSCH Capacity Request messages.
Removed calls to check_col().
Removed a few tabs.

svn path=/trunk/; revision=33698
2010-08-03 14:26:35 +00:00
Stig Bjørlykke f8ec869e41 Decode Browse Domain Announcement version and signature if signature
matches 0xaa55.

I don't know the historic reason for decoding this as "Mysterious Field",
but newer of Network Monitor (3.4) does show this as version and signature.

svn path=/trunk/; revision=33696
2010-08-03 11:22:08 +00:00
Stig Bjørlykke ea7db26373 Added some missing elements from MS Certificate:
- Previous Cert Hash
- Virtual Base
- Next Publisher

svn path=/trunk/; revision=33695
2010-08-03 08:55:07 +00:00
Gerald Combs 7e0e3b696b Revert r30979, which removed the window size in SYN packets. People were
asking where it went.

svn path=/trunk/; revision=33694
2010-08-03 00:09:41 +00:00
Bill Meier dac0bf77ed Fix cases where the type of a for loop variable is smaller than the type of the "end" variable.
In some cases the usage may have been benign since it can be seen by code inspection that the maximum value of the end variable can't exceed the maximum value of the loop variable.
However, on general principles, all the usages have been fixed.

svn path=/trunk/; revision=33692
2010-08-02 13:09:01 +00:00
Stig Bjørlykke f3d2b22899 Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.
svn path=/trunk/; revision=33691
2010-08-02 08:52:39 +00:00
Stig Bjørlykke 33099036fe Added missing include <string.h>.
svn path=/trunk/; revision=33690
2010-08-02 08:46:36 +00:00
Anders Broman 9092ed1aa2 Try to fix the GTP' header dissection a bit.
svn path=/trunk/; revision=33689
2010-08-01 20:55:29 +00:00
Gerald Combs 081ff40308 [Automatic manuf and enterprise-numbers update for 2010-08-01]
svn path=/trunk/; revision=33685
2010-08-01 15:03:31 +00:00
Jörg Mayer ed7871ca54 - Comment: some abbreviations used
- Fix dissection of MU_RF_STATS_BLOCK
- Try to dissect embedded 802.11 frames (only works for the
  header, there seems to be a constant value of 0xa8b7 between
  wireless header and wireless data.

svn path=/trunk/; revision=33682
2010-07-30 20:11:37 +00:00
Guy Harris 11b9ed0426 Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don't
include the FCS, and use it for the Daintree SNA file format.  While
we're at it, explicitly check to make sure the purported packet length
gives it at least one byte of packet data, and fix some print formats to
use %u for unsigned values.

svn path=/trunk/; revision=33678
2010-07-30 02:30:50 +00:00
Gerald Combs 3f0a833811 Use ep-allocated strings for our data source names.
svn path=/trunk/; revision=33676
2010-07-29 22:46:10 +00:00
Martin Mathieson b10fb789ef Don't use sprintf().
svn path=/trunk/; revision=33668
2010-07-29 09:39:52 +00:00
Martin Mathieson 4a4f1965e9 Improve display of tty lines.
svn path=/trunk/; revision=33667
2010-07-29 09:30:09 +00:00
Anders Broman 02738f27b6 From Pascal Quantin:
The attached patch fixes the dissection of the PDN Disconnect Request message
in case the optional Protocol Configuration Options IE is not present.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5065

svn path=/trunk/; revision=33654
2010-07-28 21:13:05 +00:00
Martin Mathieson 0319e1f71a Allow DRB frames to be passed to PDCP (where they may be decoded as IP).
svn path=/trunk/; revision=33649
2010-07-28 16:58:13 +00:00
Anders Broman d4182159b6 Split dissection of GTP and GTP' in ordet to try to fix bug
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5055

svn path=/trunk/; revision=33648
2010-07-28 16:13:56 +00:00
Guy Harris deae609c44 Backing out r33631 for now - it has a number of issues.
svn path=/trunk/; revision=33646
2010-07-28 01:12:41 +00:00
Bill Meier 36044cd298 (Trivial) Fix a typo.
svn path=/trunk/; revision=33638
2010-07-26 19:24:06 +00:00
Bill Meier 7be91cb9e9 Fix potential infinite loop: for (guint8=0; guint8 < int; guint8++);
Fixes bug #5053.

svn path=/trunk/; revision=33637
2010-07-26 19:00:44 +00:00
Bill Meier c6b76a7ea2 packet-mip6.h has been removed....
svn path=/trunk/; revision=33633
2010-07-26 14:16:57 +00:00
Bill Meier 10ffe67574 Move contents of packet-mip6.h to packet-mip6.c
- packet-mip6.h is not used elsewhere;
  - packet-mip6.h includes value string definitions.
Rename enum variables to be more distinct: ... ==> MIP6_...
Whitespace cleanup.

svn path=/trunk/; revision=33632
2010-07-26 13:32:13 +00:00
Anders Broman 2bd0983a36 From Cal Turney:
Optionally display Wireshark version in the main window's title bar.
(Modified to include SVN version).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5040

svn path=/trunk/; revision=33631
2010-07-26 13:23:30 +00:00
Anders Broman 1315fe5d29 From John Sucaet:
The committed changes in 33624 did not include all fixes of the previous patch
file - Please add the fix for the field description of the 8-bit Deep Hops Left
field
Attached file contains this fix (+as well as small correction to the field
descriptions of V and F flags, according to the terminology of RFC 4944)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5047

svn path=/trunk/; revision=33630
2010-07-26 13:04:10 +00:00
Anders Broman 643061bc71 From KATAOKA Toshihiro:
I've made next updates for MIPv6 Mobility Options.

- Restart Counter
- IPv4 Default Router Address
 I've made some minor change re-using same type of header fields.

- IPv4 Home Address field in several IPv4 related mobility options.
- Status field in several IPv4 related mobility options.
- Prefix Len field in several IPv4 related mobility options.

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

svn path=/trunk/; revision=33629
2010-07-25 18:24:43 +00:00
Gerald Combs fccb2829e7 [Automatic manuf and enterprise-numbers update for 2010-07-25]
svn path=/trunk/; revision=33625
2010-07-25 15:03:38 +00:00
Jaap Keuter 7ca6e3a655 From John Sucaet:
packet-6lowpan.c dissects the non-compressed ipv6 fields in an order different
from the one specified in RFC 4944 §10.3.1. 
The patch fixes the wrong order and an additional problem with the dissection 
of the mesh header: support for the Deep Hops Left field (RFC 4944 §5.2)

svn path=/trunk/; revision=33624
2010-07-23 20:19:05 +00:00
Jaap Keuter afc25e015c From Jan van den Boom:
Correct the V and F flag interpretation in the Mesh Addressing Type and Header
for correct address interpretation.

svn path=/trunk/; revision=33623
2010-07-23 19:40:32 +00:00
Stig Bjørlykke 187bd52890 Corrected length check for I05 Downstream Service.
svn path=/trunk/; revision=33615
2010-07-22 10:07:25 +00:00
Guy Harris a887d3a9f3 In the frame_data structure, expand the per-packet
encapsulation/data-link type to 16 bits, and shuffle some fields to
eliminate some unnecessary padding - the net result should be no change
in the structure size for 32 bits and a few bytes removed for 64 bits.

This allows more encapsulation types - we've just about run out of the
ones that fit in a signed 8-bit integer - and thus should fix bug 5025.

svn path=/trunk/; revision=33613
2010-07-22 09:11:16 +00:00
Jaap Keuter 7b80ce5598 From Zachary Mark:
It appears that SCSI_SPC_ACCESS_CONTROL_IN is incorrectly set to opcode 0x85 
where the actual opcode is 0x86.  0x85 is the opcode for the 16-byte version 
of the ATA PASSTHROUGH command of the SAT standards family.

svn path=/trunk/; revision=33611
2010-07-21 19:31:56 +00:00
Stig Bjørlykke ba6c5161ba Use correct length for I04/I05 Envelope headers.
svn path=/trunk/; revision=33606
2010-07-21 14:43:02 +00:00
Stig Bjørlykke 77ee2eac8d Added "Attribute Aggregation Rule Mask" from PKT-SP-MM-I05-091029.
svn path=/trunk/; revision=33605
2010-07-21 14:17:00 +00:00
Martin Mathieson 21ec91d326 Fix warnings as seen in gcc 3.4.6
svn path=/trunk/; revision=33604
2010-07-21 12:29:32 +00:00
Stig Bjørlykke a731837323 From KATAOKA Toshihiro via bug 5033:
3GPP GTPv2 header Update:
- piggybacked flag
- sequence number

From me:
Updated the comments for sequence number.

svn path=/trunk/; revision=33603
2010-07-21 10:28:46 +00:00
Stig Bjørlykke ab345f6bda Fixed adding a boolean value as a custom column.
This is reported in bug 5039.

svn path=/trunk/; revision=33602
2010-07-21 09:47:24 +00:00
Bill Meier aa3ba1a1b5 From Alex Burlyga: Make hf_nfs_slotid4 useful again.
"hf_slotid4 is used for all possible slotid fields in sequence op. This patch
 separates them out and makes it useful for filtering."

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

svn path=/trunk/; revision=33601
2010-07-21 01:43:14 +00:00