Commit Graph

12125 Commits

Author SHA1 Message Date
Jaap Keuter f1bb0e1735 From Dejan Bucar:
Added support new multicore header in the LINX Ethernet protocol.
Added linx/tcp.

svn path=/trunk/; revision=37777
2011-06-23 21:52:58 +00:00
Jaap Keuter 9832ff5657 From Andrey Kulikov:
Patch to show GOST certificate types in CertificateRequest message.

svn path=/trunk/; revision=37776
2011-06-23 21:33:29 +00:00
Jaap Keuter 525b5fb796 From Andrey Kulikov:
Patch to TLS dissector to show GOST ciphesuites names. 

svn path=/trunk/; revision=37775
2011-06-23 21:17:42 +00:00
Bill Meier 2994dae6d4 From Ivan Lawrow: GTS Descriptor count is a 3 bit field;
The IEEE 802.15.4 GTS descriptor count is a 3-bit field (see page 144
of attached spec).

The mask for this field is incorrectly defined as a 2-bit field in
epan/dissectors/packet-ieee802154.h line 74:


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

svn path=/trunk/; revision=37771
2011-06-23 15:40:34 +00:00
Stig Bjørlykke 12214c85d0 Added missing $Id$
svn path=/trunk/; revision=37767
2011-06-23 13:48:38 +00:00
Anders Broman 2465e8e92d Add a protocol decode.
svn path=/trunk/; revision=37764
2011-06-23 13:03:37 +00:00
Jakub Zawadzki beca9ba57a Remove not needed forward declaration.
svn path=/trunk/; revision=37759
2011-06-23 08:23:39 +00:00
Bill Meier fb54240c34 Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
Also: misc minor cleanup: unneeded #include; whitespace, tvb_length-->tvb_reported_length

svn path=/trunk/; revision=37757
2011-06-22 23:03:56 +00:00
Bill Meier f11f450bf0 From Xiao Xiangquan: A new dissector for Vuze DHT;
Vuze, called Azureus before, is a great BT client and has a lot of users,
 while its DHT implementation is different from the official one.

From me: New-style dissectors are supposed to to always return
         "bytes dissected" (not just when tree != NULL);

svn path=/trunk/; revision=37755
2011-06-22 19:52:13 +00:00
Gerald Combs 05d9997311 tvb_format_text → tvb_format_stringzpad.
svn path=/trunk/; revision=37754
2011-06-22 16:02:26 +00:00
Anders Broman 7fd3360e84 Use ENC_BIG_ENDIAN.
svn path=/trunk/; revision=37753
2011-06-22 15:46:24 +00:00
Anders Broman 5ba5385c74 Protect the columns from beeing overwritten.
svn path=/trunk/; revision=37752
2011-06-22 14:49:26 +00:00
Anders Broman e502bbaafd Add a dissector table for CDR:s
svn path=/trunk/; revision=37751
2011-06-22 13:58:04 +00:00
Alexis La Goutte 43b6279966 Fix a checkhf Warning
Unused entry: epan/dissectors/packet-skinny.c, hf_skinny_modifyConfRes

svn path=/trunk/; revision=37750
2011-06-22 12:30:07 +00:00
Alexis La Goutte ccd94a3e88 From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6041
Added party numbers and party names in message CM5CallInfoMessage

svn path=/trunk/; revision=37748
2011-06-22 08:09:55 +00:00
Bill Meier 83b642557a tvb_reported_length_remaining() can return -1;
Remove a few lines of not really req'd code;
Minor whitespace cleanup.

svn path=/trunk/; revision=37744
2011-06-22 04:20:46 +00:00
Bill Meier 19bc84f3b0 From Martin Kaiser: Fix forBug #6048 (fuzztest crash)
"this is caused by my newly added DVB-CI MMI code

endless loop when dissect_dvbci_text() returns 0 because the text pseudo-apdu
is invalid"

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

svn path=/trunk/; revision=37743
2011-06-22 01:20:20 +00:00
Anders Broman 4c219ee855 From Stéphane Gorse:
The menu gets a new item (Statistics -> RTSP -> Packet Counter).

Like HTTP, filter can be set and then the dialog windows shows the result of the RTSP analysis.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6042

svn path=/trunk/; revision=37741
2011-06-21 12:45:37 +00:00
Anders Broman e9e32d7844 We need to start reassembly on a segment boundary.
svn path=/trunk/; revision=37740
2011-06-21 11:53:33 +00:00
Anders Broman 84cef97505 From Roland Knall:
Two changes for openSAFETY over Modbus/TCP:

1. Changing the default preference for Big Endian encoding from TRUE to FALSE
2. Changing the position in the tree for the dissection to the top-level,
therefore, the openSAFETY entries no longer will show up as children of the
Modbus entry. This is the same behaviour as the other variants for openSAFETY
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6038

svn path=/trunk/; revision=37739
2011-06-21 05:21:15 +00:00
Anders Broman a6e3b54d15 From Martin Kaiser:
adds dissection
of the Card Information Structure (CIS). It shows the CIS as a list of tuples
without going into the details of each tuple.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6036

svn path=/trunk/; revision=37738
2011-06-21 05:16:23 +00:00
Anders Broman 51c77ea450 From Martin Kaiser:
adds the MMI resource as defined in
the DVB-CI specification (EN50221), section 8.6 (low-level MMI is excluded as
it's not used in practice).

The patch allows dissection of all text boxes that a DVB-CI host displays on
behalf of the CI module.

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

svn path=/trunk/; revision=37737
2011-06-21 05:12:14 +00:00
Gerald Combs 61915bdfb1 Fix a type.
svn path=/trunk/; revision=37735
2011-06-20 22:36:39 +00:00
Gerald Combs 93f81a78cd From Jon Ellch via bug 5175:
Please see the attached patch which updates the ppi-geolocation support
to v2.0 of the specification. This iteration adds a new tag (sensor) and
removes support for velocity/acceleration from the vector tag. Most of
the changes center on the Vector tag. Everything that takes place
elsewhere is cosmetic.

I ran this iteration through fuzz-test and check-APIs just like last
time.


From me:

Replace tvb_get_ephemeral_string with tvb_format_text. Move dissector
registration to the bottom of each file.

svn path=/trunk/; revision=37733
2011-06-20 20:51:42 +00:00
Anders Broman a5839116d3 Pretyfy APN display and make it filterable as a string.
svn path=/trunk/; revision=37731
2011-06-20 10:29:46 +00:00
Martin Mathieson 5f95d18d59 Some fixes to UM sequence analysis.
svn path=/trunk/; revision=37729
2011-06-20 08:55:51 +00:00
Bill Meier da13f9f8e3 Remove some unneeded #includes;
Use consistent indentation;
Reformat some long lines.

svn path=/trunk/; revision=37724
2011-06-20 02:27:31 +00:00
Bill Meier 91191c6c00 Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
(Code commented out since it may be required in the future (at least in some cases).

svn path=/trunk/; revision=37723
2011-06-20 01:13:21 +00:00
Sake Blok de4354d05d Show and and a filter to non-zero ACK numbers and URG pointers whenever their respective flags are not set. As discussed at Sharkfest with Laura Chappell (OK Laura, go ahead and create some more butt-ugly filters now!).
svn path=/trunk/; revision=37721
2011-06-19 20:39:08 +00:00
Bill Meier 26c721b7c9 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
Also: whitespace cleanup.

svn path=/trunk/; revision=37718
2011-06-19 19:13:26 +00:00
Bill Meier d2269ce7d5 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
svn path=/trunk/; revision=37716
2011-06-19 18:47:35 +00:00
Alexis La Goutte fab566d69f Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Use 2-space indenting

svn path=/trunk/; revision=37712
2011-06-19 16:05:29 +00:00
Alexis La Goutte 36972d9cda Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=37711
2011-06-19 16:04:57 +00:00
Jakub Zawadzki 78f376abc5 pflog: use BSD_AF_ defines from <epan/aftypes.h>.
svn path=/trunk/; revision=37695
2011-06-17 16:06:27 +00:00
Stig Bjørlykke e28a15e6ec Added some casts from spotlight_ntoh64 to guint.
svn path=/trunk/; revision=37694
2011-06-17 13:39:56 +00:00
Alexis La Goutte 5147a51e3a From Gregor Beck via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6004
dissect_nt_v2_ace: doesn't support ace type > 8

svn path=/trunk/; revision=37692
2011-06-17 12:28:21 +00:00
Stig Bjørlykke 2e74f2f582 Added a cast from ieee802154_long_addr.addr (guint64) to guint.
svn path=/trunk/; revision=37691
2011-06-17 11:56:56 +00:00
Alexis La Goutte a432c736e8 Update IKEv2 to last IANA Parameters (2011-05-09)
Add Notify Message Types of : 
* A Quick Crash Detection Method for IKE (RFC-ietf-ipsecme-failure-detection-08.txt)
* Protocol Support for High Availability of IKEv2/IPsec (RFC-ietf-ipsecme-ipsecha-protocol-06.txt)

svn path=/trunk/; revision=37690
2011-06-17 11:54:51 +00:00
Stig Bjørlykke 4e42731d0b Added cast to int for nstime_t.nsecs.
svn path=/trunk/; revision=37689
2011-06-17 11:09:35 +00:00
Anders Broman 1265b4542f From Roland Knall:
openSAFETY: Making the UDP ports configurable; Modbus/TCP support 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5999

svn path=/trunk/; revision=37686
2011-06-17 01:56:35 +00:00
Alexis La Goutte bd2e37c879 Enhance Cisco CCX1 CKIP Information Element (133)
svn path=/trunk/; revision=37682
2011-06-16 07:55:55 +00:00
Alexis La Goutte 8c46b511ec From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6022
802.11 Disassociation Packet's "Reason Code" field is imprecisely decoded/described

From me :
* Display Reason code in decimal (not Hexa)
* Update list from last standard (802.11-2007 & 802.11n-2009)

svn path=/trunk/; revision=37668
2011-06-15 09:01:04 +00:00
Alexis La Goutte 79754d8f50 Make checkAPIs Happy
Error: the blurb for field "Status" ("icmpv6.6lowpannd.da.status") has leading space in epan/dissectors/packet-icmpv6.c

svn path=/trunk/; revision=37667
2011-06-15 08:55:01 +00:00
Alexis La Goutte 97fcab0f33 From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363
Add latest 6lowpan-nd Support

From me :
* Add Description in Header Field
* Use FT_EUI64 for EUI64 Field


svn path=/trunk/; revision=37666
2011-06-15 08:52:38 +00:00
Alexis La Goutte 17bb20ea8f From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363
Fix some error in ICMPv6 dissector...

svn path=/trunk/; revision=37665
2011-06-15 08:32:10 +00:00
Jaap Keuter 18e443f308 Fix for bug 6009:
Information transfer rate is a 7 bit field.

svn path=/trunk/; revision=37663
2011-06-13 20:29:51 +00:00
Anders Broman 735f48f551 From Pascal Quantin:
allowing Length Indicator 0x7ffb for RLC AM PDUs.

svn path=/trunk/; revision=37644
2011-06-10 08:30:17 +00:00
Gerald Combs 61eacf0d54 Add another cast.
svn path=/trunk/; revision=37641
2011-06-09 23:14:57 +00:00
Gerald Combs ae4c6d08ca Add a couple of casts to make Visual C++ happy.
svn path=/trunk/; revision=37639
2011-06-09 22:42:44 +00:00
Jakub Zawadzki 178def67b7 - Add something to columns when using mime-encap
- Replace decoders in wiretap/CMakeLists.txt

svn path=/trunk/; revision=37637
2011-06-09 21:37:19 +00:00