aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
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:jake2-4/+247
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:jake7-2/+132
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
2011-12-01From Pascal Quantin:martinm1-17/+35
Show SDU lengths for UM PDUs. Also, if the logged pduLength is < the real RLC PDU length, show that the length of the last segment is unknown. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40067 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01Squelch a warning.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40066 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01Extend dissection of GTPv2 EPS Security Context and Quadruplets.etxrab3-19/+249
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40065 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01From Pascal Quantin:etxrab2-23/+205
updates the decoding of the Test Procedures functions described in 3GPP 44.014, 34.109 and 36.509. It also fixes a small issue where Wireshark was trying to decode the skip indicator as a transaction identifier for those messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6638 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40064 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01Fix:jmayer1-5/+0
trunk/plugins/profinet/packet-pn-rt.c: In function ‘IsDFP_Frame’: trunk/plugins/profinet/packet-pn-rt.c:182:9: error: ‘u8SFCycleCounter’ undeclared (first use in this function) trunk/plugins/profinet/packet-pn-rt.c:182:9: note: each undeclared identifier is reported only once for each function it appears in git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40063 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01When have RLC PDUs that are truncated after headers:martinm1-8/+23
- set extent of headers item properly - show in the info column what the data would look like, based upon reported length and segment offsets git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40062 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'etxrab1-2/+2
packet-dcerpc-pn-io.c:8734: warning: unused variable 'iTotalLen' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40061 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01Get rid of warnings.etxrab2-39/+39
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40060 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01From Michael Mann:etxrab4-387/+515
ENIP dissector - improved I/O connection dissection through "better conversation" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6617 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40059 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01From Wido Kelling:etxrab3-148/+214
Enhancements to profinet decoding (IEC 61158) V2.3. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6605 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40058 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01From Pascal Quantin:etxrab1-17/+35
adds to the Protocol Configuration Options the decoding of the following container identifiers: - Selected Bearer Control Mode - DSMIPv6 Home Agent Address - DSMIPv6 Home Network Prefix - DSMIPv6 IPv4 Home Agent Address - P-CSCF IPv4 Address - DNS Server IPv4 Address https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6636 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40057 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-01Dafine G_DISABLE_SINGLE_INCLUDES while compiling. This mimics a patchjmayer1-0/+1
that has been in configure.in for quite some while. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40056 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30From Krishnamurthy Mayya:etxrab3-0/+11
Add Copyright. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40055 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Use gtk_box_new() if GTK3+etxrab1-1/+174
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40054 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Make it possible to add a subdissector for the info string.etxrab1-34/+46
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40053 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Use g_ascii_strncasecmp() rather than strncasecmp().martinm1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40052 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Hopefully clarify usage a bit to indicate multiple infile's can be specified ↵cmaynard2-14/+31
to be merged. Also, add GPL and copyright info. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40051 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-30Add missing comments in syntax description for -z expertmartinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40050 f5534014-38df-0310-8fa8-9805f1628bb7