Commit Graph

38209 Commits

Author SHA1 Message Date
Harald Welte fd9e1bb11a Add new dissector for uRTP protocol (internal, not to be submitted) 2011-12-10 13:07:50 +01:00
Harald Welte 5134a08c9b Add new dissector for SIM/USIM protocol traces
Such traces can be generated by Osmocom SIMtrace
2011-12-10 13:03:40 +01:00
Harald Welte 4478d711e5 SCCP: add a preference to display the raw SCCP payload as hex 2011-12-10 13:03:32 +01:00
Holger Hans Peter Freyther c3aa58abbb rsl-ipaccess
Add vendor specific commands for RSL.

Address comments from wireshark code review
This should address the feedback from
	https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5828#c7

import fixes that pablo made for wireshark submission,
taken from https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7038
2011-12-10 13:03:22 +01:00
Holger Hans Peter Freyther 3a926e7918 lucent-hnb
Add lucent hnb patch from OpenBSC
2011-12-10 13:03:15 +01:00
Holger Hans Peter Freyther 092a1828b7 ericsson_rbs2409
Add Ericsson RBS2409 dissector
2011-12-10 13:02:48 +01:00
Harald Welte b84813baa4 Latest version of wireshark A-bis OML dissector
now
* without 'mucking' of value_string_ext internals
* with enumerated choice of OML dialect
* without __attribute__ ((packed))
2011-12-10 12:48:40 +01:00
guy 92c64997a4 Clarify some stuff in a comment.
Don't call any of the heuristic trailer dissectors if there's no trailer
to dissect.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40143 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-10 05:33:48 +00:00
guy 5270191f7f Clean up indentation.
Do more length checks, so we reject trailers that have nothing to
dissect.

Test for the trailer length being >= 8, rather than for having the 0x08
bit set (they amount to the same thing, as the trailer length is <= 14,
and >= 8 is what we really want if we're checking whether there's a
timestamp).


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40142 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-10 05:29:09 +00:00
jake 2de242ef95 From Tilghman Lesher:
Some commands and IEs from the current release of Asterisk are missing from the
IAX protocol dissector.  This patch provides them.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40141 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 23:14:14 +00:00
jake ed7ffffb45 From Thomas Dreibholz:
ASCONF and ASCONF_ACK chunks have a "Sequence Number" field (RFC 5061, 4.1.1
and 4.1.2). The dissector wrongly calls it "Serial number". The attached patch
fixes this issue. 


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40140 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 22:56:25 +00:00
jake ea7e5ce3d5 From Nikitha Malgi:
Implementing extensions to Wireshark to support TRILL payloads.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40139 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 22:05:04 +00:00
guy 99947b8c90 Referring to pcap_version[] doesn't do what you want on at least some
UN*Xes (Fedora 16 and probably other Linux distributions, probably at
least some if not all other ELF-based systems, and perhaps also Mac OS
X), and causes problems if pcap_version[] has a different length in the
libpcap with which the executable was built and the libpcap with which
it's run, so we avoid using it for now.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40138 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 21:15:48 +00:00
guy f81f392b62 Get rid of unused variable.
Fix a comparison.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40137 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 20:28:12 +00:00
cmaynard ce599c6bb1 Export all data sources of a frame to a C array. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4988
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40136 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 19:44:28 +00:00
etxrab faf957452f Dissect the whole IR packet in packet-rohc.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40135 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 18:58:26 +00:00
etxrab 192a544357 Update to 3GPP TS 36.413 V10.3.0 (2011-09)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40134 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 18:55:45 +00:00
alagoutte 71b28a65df From report of Arasch Honarbacht via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6649
ZigBee ZCL Dissector reports invalid status

The status code 0x8d contained in an attriute status record in a configure reporting response frame is incorrectly displayed as "Write only" (where WRITE_ONLY = 0x8f). According to the ZigBee Cluster Library Specification, Document 075123r03ZB, April 26, 2010 a status of 0x8d should display as "INVALID_DATA_TYPE"

From me :
Fix this issue (Wrong value define) based on Specs available in ZigBee.org


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40133 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 17:00:28 +00:00
alagoutte d07c88dd89 From beelzebutt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6597
Mesh Peering Management reason code field interpreted as status code

The Mesh Peering Management tag displays a status code instead of a reason code


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40132 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 16:49:06 +00:00
alagoutte de87ac174a From Juha Takala via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6654
ELCOM dissector needs small fixes for some protocol sub-field texts


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40131 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 16:39:18 +00:00
jake 5225bb3c23 From astramax57:
After r38723, some BGP AS_PATH packets were no longer dissected.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40130 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 16:34:02 +00:00
grahamb 89f6408729 Fixed wrong registration call causing compilation warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40129 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 13:31:19 +00:00
grahamb 5b42350d86 Added dissector registration for udp messages to permit use with a USER_DLT as per request from Chris Bontje
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40128 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 13:08:50 +00:00
grahamb e875cc8573 Added definition and handling for IIN Function Code Not Implemented bit.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40127 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 12:42:31 +00:00
jake 55df38fa98 From Johannes Berg
It's tedious to parse the blockack bitmap by hand, showing it in wireshark
directly is much nicer. Attached patch does so, only for compressed BA for now.

From me: made it filterable.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40126 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 08:41:38 +00:00
etxrab 0bcd2e29ec Use correct offset.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40125 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 06:16:07 +00:00
guy f425a1f0ca Get rid of declarations of undefined routines and definitins of unused
routines.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40124 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 03:00:56 +00:00
guy 14d5462f89 Move the definition of enum rohc_mode into packet-rohc.h.
Have packet-pdcp-lte.h include packet-rohc.h to pick up that definition.

Get rid of now-no-longer-necessary includes.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40123 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 02:34:53 +00:00
guy e8edd2da1f packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,
so include packet-pdcp-lte.h first.

Get rid of extra definition of "enum rohc_mode".


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40122 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 00:59:47 +00:00
guy 6622c27369 packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,
so include packet-pdcp-lte.h first.

No extra tokens after #endif, please.

Fix indentation.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40121 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09 00:56:48 +00:00
etxrab b650afdfb9 Start using functions from packet-rohc.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40120 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 21:45:35 +00:00
etxrab cd7d19d079 Try to get the container stuff right...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40119 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 21:17:03 +00:00
etxrab a95aa29970 Use to display ESP SPI BASE_HEX_DEC as it is in decimal in SIP.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40118 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 19:34:04 +00:00
etxrab dde7472b40 Properly dissect Source-ToTarget-TransparentContainer.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40117 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 19:32:51 +00:00
martinm 016a97d397 Store expert group value, fix output of each record.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40116 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 15:19:11 +00:00
martinm a4f64482f8 Skip correct number of bytes.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40115 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08 11:15:31 +00:00
etxrab fe21eac4d4 Add a dissector table for private extensions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40114 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07 19:04:13 +00:00
wmeier 810503f867 Fix [-Wunused-but-set-variable] GCC warnings;
Remove some trailing blanks;
#include <stdio.h> not needed.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40113 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07 14:47:27 +00:00
sake e1b6afa8bc Don't keep out the cmake folks ;-)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40112 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07 13:53:14 +00:00
martinm c948e8e798 Fix for bug 6650: IP-ID is 2 bytes.
Note that I'm still aiming to change PDCP to use packet-rohc rather than its own, separate implementation...


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40111 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07 12:19:59 +00:00
etxrab fa1a51264f RatingGroup -> RatingGroupId
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40110 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07 06:29:31 +00:00
sake 1046e0eadb Make windows buildbots happy...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40109 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 23:52:01 +00:00
sake c0d5a6f007 - Make a distinction between ethernet padding and an ethernet trailer
- ... and make that distinction configurable for capture files that do not have padding in small frames, but do have trailers
- Add VSS-Monitoring dissector to show by the TAP inserted time- and portstamps



git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40108 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 23:07:55 +00:00
etxrab c44e2296b6 Register giop by name (TCP).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 19:33:55 +00:00
etxrab 2fb1ba874c Enabling crosshairs on TCP stream graph paints the screen.
Move the problem to GTK3+

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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40106 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 19:28:28 +00:00
etxrab a7420eca13 Update to 3GPP TS 32.298 V6.4.1 (2006-06)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 19:16:10 +00:00
etxrab 3b1511547a Accpet lover case Topology descriptor (tp) as we accept other tokens in lowercase.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40104 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 19:10:13 +00:00
etxrab 974e611d62 Fix length of Error parameter.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40103 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 19:08:01 +00:00
wmeier 80da329ee9 #if 0 unused stuff ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40102 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 16:15:24 +00:00
guy dcf9580323 In capture_prep_monitor_changed_cb(), don't update the monitor mode
checkbox unless we're actually forcing it off.

Small indentation fix.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40101 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06 07:13:40 +00:00