aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
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 unusedguy1-64/+30
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...etxrab5-118/+71
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.etxrab1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40117 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 -> RatingGroupIdetxrab1-13/+3
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 trailersake3-11/+269
- ... 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-06Update to 3GPP TS 32.298 V6.4.1 (2006-06)etxrab2-385/+260
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-06One more contributor...etxrab3-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40100 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-05Pretify TimeStamp and TimeZoneetxrab1-7/+82
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40096 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-05Explicitly display "Source or Destination Address/Host" like IPv4.cmaynard1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40095 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40094 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-8/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40093 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04Enhance Elcom dissectoralagoutte1-584/+589
Fix indent and update modelines git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40092 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04Enhance Elcom dissectoralagoutte1-113/+129
Replace proto_tree_add_* by proto_tree_add_item Replace switch/case by value_string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40091 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04From Vincent Helfre.etxrab1-5/+10
The offset in "Cell Selection Indicator after Release of all TCH and SDCCH" was not correct because the length was element was decoded twice. So I removed the second decoding of the length. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40088 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-04[Automatic manuf, services and enterprise-numbers update for 2011-12-04]gerald1-7/+163
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40087 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Fix 2 newly reported Coverity CID's 1331 & 1332: UNUSED_VALUE.cmaynard1-27/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40086 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Call tap_queue_packet() after pinfo data is updated. Also, like IPv4, ↵cmaynard1-10/+10
display next header field in decimal instead of hexadecimal (REF: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40083 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03From Michael Sakaluk:jake2-1/+162
This patch adds support to the BGP dissector for RFC 5512 and RFC 5640. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Handle 20 byte GTP' V0 header.etxrab1-330/+359
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40081 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Fix bug with updating rr_offset before we're done fetching the matchedprefix ↵cmaynard1-10/+17
and causing malformed packets, not to mention incorrect matchedprefixes to be displayed. Some if() blocks need to execute regardless of whether tree is NULL or not. Add some additional expert infos to report invalid matchlen values > 128 in violation of RFC 2894. Fix hf_icmpv6_rr_rm_flag_reserved's bitmask from FFFD to FFFC and change order of flags displayed in tree so they appear from msb to lsb. Lastl, fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40079 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Bitfields indicate how many bits they are; "guint8 foo:4" isguy1-2/+2
self-contradictory (it's 4 bits, not 8). Furthermore, the C language doesn't support "unsigned char" as a bitfield type; some compilers might accept that, but if you crank up the warning levels, even GCC will warn about that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40078 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Some code needs to execute (potentially) whether the tree is NULL or not. ↵cmaynard1-3/+6
Also, changed "Left Segments" to read, "Segments Left" to better match RFC 2460 and RFC 3775 terminology. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40077 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03If a type 2 Mobile IP routing header is present, only set pinfo->dst if ↵cmaynard1-1/+2
seg_left is non-zero. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6560 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40076 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03The TCP Packet Mood Option was a cute April 1 RFC, but TCP option 25 isguy1-66/+0
officially listed as "Unassigned", and people might use it for their own purposes (and, in fact, one bug-submitter was doing so; they probably should have used 253 or 254, but...). Get rid of the code to dissect it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40075 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03The cool kids say "dissector_add_uint()", not "dissector_add()", now.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40074 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02From Salil Kanitkar:jake1-4/+243
This patch covers following - i) Support for detecting OSPFv2 Opaque RI LSA. (RFC4970) ii) Support for detecting OSPFv2 RI Capabilities TLV (RFC4970) iii) Support for detecting OSPF Dynamic Hostname TLV (RFC5642) iv) As per RFC4970, support for detecting RI LSA for OSPFv3 as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40073 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02from Petr Sumbera:jake3-0/+124
Solaris 11 snoop files with IP over Infiniband data are not recognized. Attached patch allows to view such data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02From Juha Takala:etxrab3-0/+762
dissector for ELCOM communication protocol. This protocol is used mainly by power utilities, to exchange historical, cyclic, and event based data between SCADA systems. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6616 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40071 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02From Pascal Quantin:etxrab1-15/+16
Add S1 related info to the DRX parameter dissection (IE common to 2G/3G/LTE) as specified in 3GPP 24.301 Release 9.8.0 chapter 10.5.5.6. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6642 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40070 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02Extend ULI dissection.etxrab1-32/+53
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40069 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-02Add a contributor.etxrab3-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40068 f5534014-38df-0310-8fa8-9805f1628bb7