aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-10Add new dissector for uRTP protocol (internal, not to be submitted)more-patchesHarald Welte2-0/+582
2011-12-10Add new dissector for SIM/USIM protocol tracesHarald Welte4-0/+2265
Such traces can be generated by Osmocom SIMtrace
2011-12-10SCCP: add a preference to display the raw SCCP payload as hexHarald Welte1-0/+7
2011-12-10rsl-ipaccessHolger Hans Peter Freyther1-6/+513
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-10lucent-hnbHolger Hans Peter Freyther3-0/+105
Add lucent hnb patch from OpenBSC
2011-12-10ericsson_rbs2409Holger Hans Peter Freyther6-0/+1787
Add Ericsson RBS2409 dissector
2011-12-10Latest version of wireshark A-bis OML dissectorHarald Welte3-0/+2377
now * without 'mucking' of value_string_ext internals * with enumerated choice of OML dialect * without __attribute__ ((packed))
2011-12-10Clarify some stuff in a comment.guy1-12/+16
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-10Clean up indentation.guy1-4/+22
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-09From Tilghman Lesher:jake3-9/+119
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-09From Thomas Dreibholz:jake1-16/+17
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-09From Nikitha Malgi:jake2-2/+375
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-09Referring to pcap_version[] doesn't do what you want on at least someguy2-24/+20
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-09Get rid of unused variable.guy1-2/+2
Fix a comparison. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40137 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Export all data sources of a frame to a C array. Fixes ↵cmaynard3-20/+60
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-09Dissect the whole IR packet in packet-rohc.cetxrab3-71/+88
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40135 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Update to 3GPP TS 36.413 V10.3.0 (2011-09)etxrab9-221/+1427
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40134 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09From report of Arasch Honarbacht via ↵alagoutte2-19/+17
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-09From beelzebutt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6597alagoutte1-1/+1
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-09From Juha Takala via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6654alagoutte1-4/+13
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-09From astramax57:jake1-2/+2
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-09Fixed wrong registration call causing compilation warnings.grahamb1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40129 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Added dissector registration for udp messages to permit use with a USER_DLT ↵grahamb1-0/+3
as per request from Chris Bontje git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40128 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Added definition and handling for IIN Function Code Not Implemented bit.grahamb1-20/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40127 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09From Johannes Bergjake1-1/+24
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-09Use correct offset.etxrab2-8/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40125 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Get rid of declarations of undefined routines and definitins of unusedguy3-64/+36
routines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40124 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.guy4-11/+9
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-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,guy1-9/+1
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-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,guy2-3/+3
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-08Start using functions from packet-rohc.cetxrab4-19/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40120 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Try to get the container stuff right...etxrab8-126/+80
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40119 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Use to display ESP SPI BASE_HEX_DEC as it is in decimal in SIP.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40118 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.etxrab3-9/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40117 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Store expert group value, fix output of each record.martinm1-6/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40116 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-08Skip correct number of bytes.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40115 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07Add a dissector table for private extensions.etxrab1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40114 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07Fix [-Wunused-but-set-variable] GCC warnings;wmeier1-19/+18
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-07Don't keep out the cmake folks ;-)sake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40112 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-07Fix for bug 6650: IP-ID is 2 bytes.martinm1-5/+6
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-07RatingGroup -> RatingGroupIdetxrab2-17/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40110 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06Make windows buildbots happy... sake1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40109 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06- Make a distinction between ethernet padding and an ethernet trailersake4-11/+270
- ... 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-06Register giop by name (TCP).etxrab1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06Enabling crosshairs on TCP stream graph paints the screen.etxrab1-2/+2
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-06Update to 3GPP TS 32.298 V6.4.1 (2006-06)etxrab7-387/+1462
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06Accpet lover case Topology descriptor (tp) as we accept other tokens in ↵etxrab1-7/+17
lowercase. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40104 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06Fix length of Error parameter.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40103 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06#if 0 unused stuff ...wmeier1-93/+115
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40102 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-06In capture_prep_monitor_changed_cb(), don't update the monitor modeguy1-5/+3
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