aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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-06If capture_get_if_capabilities() fails, pop up a message, just as weguy1-5/+140
print a message in tshark. That doesn't fix the problem seen on Linux distributions, such as recent versions of Debian and derivatives, that have libpcap 1.1.0 or later built without libnl, where the monitor mode checkbox doesn't work - that's a libpcap bug, fixed in the 1.2 branch and trunk, so a future 1.2.1 or 1.3.0 release should fix it, and perhaps a future Debian release will build libpcap with libnl - but at least it means you get a dialog box rather than just getting mysterious behavior when you try to check the "monitor mode" checkbox. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40098 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-05Pretify TimeStamp and TimeZoneetxrab3-9/+156
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]gerald3-10/+221
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-03"Expert Info Composite" is now "Expert Info" (with the old "Expert Info" ↵wmeier2-16/+4
having been removed). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40085 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-03Do 'md wsluarm_src' only if dir doesn't alreay exist.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40084 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:jake3-2/+166
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-03Update some comments to reflect current reality (as in "a lot of stuffguy1-16/+25
is no longer available, but there's an IETF list of snoop datalink types, at least"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40080 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