aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.stig20-75/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38122 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19From Pradip Biswas, bug 6127 - Added Decode for RRC BCCH (BCH and DL_SCH) ↵martinm2-10/+14
messages on RLC-over-UDP. Add separate codes/cases for BCH-over-BCH and BCH-over-DLSCH. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38115 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Based on the information provided by Steve Karg via -dev, change all ↵cmaynard1-33/+33
occurrences of ENC_LITTLE_ENDIAN to ENC_BIG_ENDIAN. Ref: http://www.wireshark.org/lists/wireshark-dev/201107/msg00305.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38110 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Use correct encoding for proto_tree_add_item().stig20-523/+398
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38107 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19Use ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_add_item() calls. guy1-34/+33
(Yes, that means that all but one call uses ENC_LITTLE_ENDIAN, and one uses ENC_BIG_ENDIAN. I guess that's how the protocol works....) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38106 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-19From Michael Mann via bug 5769: In fDevice_Instance(), add field in propercmaynard1-1/+1
big-endian byte order. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5769 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier10-117/+61
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38095 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-13/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38086 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier9-59/+25
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38085 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier5-183/+179
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18For UL retx, show links forward to next Tx as well as backwards to previous.martinm1-17/+65
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38077 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-18Add a generated field for the number of NACKs in an AM status PDU.martinm1-0/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38076 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-17Repair "Follow TCP Stream" which got broken by my change in SVN 38056sake1-1/+1
Mental note: Try to not do half work ;-) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38065 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Stop using the conversation index for tcp stream values as the gaps in the ↵sake2-8/+17
numbering is causing to many questions. Also, numbering could be different for the same file when viewed on different Wireshark versions, which could lead to confusion too. (see also: http://ask.wireshark.org/questions/5056/how-does-wireshark-calculate-the-tcp-stream-index) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38056 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Update URL addition in r37899 with an "original" site instead of a mirror.sfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38054 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier4-38/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38049 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-3288/+3286
Whitespace changes: "4 space tabs" --> spaces. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38047 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15* If first 8 bytes in icmp data do not look like a timestamp in BE, try LE ↵sake1-4/+9
representation. * Change field title to not confuse people when the clocks of the pinging system and the capturing system are not in sync. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38041 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix "comparison between signed and unsigned" warning.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38039 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Be sure there's enough bytes in the ICMP payload before trying to access it incmaynard1-0/+13
order to try to determine if it contains a timestamp. Added some FIXME notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38038 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier2-951/+951
Also: whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38036 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-8/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38035 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-21/+16
Also: - Move proto_reg_handoff_msrp() to the end of the file; - Define a function and a global variable as static; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38034 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Make windows buildbot happy (hopefully!)sake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38030 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14If the first 8 bytes of the icmp echo/echo-reply data look like a timestamp, ↵sake1-21/+50
dissect it as a timestmap and calculate the time since the icmp packet was created. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38028 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Update the algorithms in line with RFC 5912 including support for eliptic ↵gal2-7/+248
curve algorithms. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38017 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Update to correct the definition of the clearance attribute used in ↵gal1-5/+43
certificates. RFC3281 erroneously defined the Clearance attribute to be different to that defined in X.509. This has been recognised and corrected in RFC5755. The RFC3281 syntax is retained and registered as the "RFC3281Clearance" syntax, which can be used to override the correct syntax in the BER oidtables if necessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38014 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier3-32/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38001 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier3-41/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37999 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-18/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37998 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald3-63/+0
in README.devloper. Remove g_gnuc.h since it's no longer needed. Remove tvbuff_init(), tvbuff_cleanup(), reassemble_init(), and reassemble_cleanup() since they were only used for older GLib versions which didn't support GSlices. Assume we always support the "matches" operator. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37978 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-18/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37963 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11From qgj:etxrab1-133/+133
when dissect the capwap control header,the sequence's value is decoded improperly,it tooks the wrong offset value,so the control messages' sequence is showed improperly. Changed to uset proto_add_item and encoding type changed from FALSE to ENC_BIG_ENDIAN. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37962 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.etxrab1-135/+135
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37961 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11From Ludovic Haessler:etxrab2-3/+22
Add 3GPP TS44.060 RLC/MAC control blocks management in GSMTAP dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6103 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37960 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Make sure consumed is set.etxrab1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37959 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11From Michael Mann:etxrab1-1462/+1727
Added filters for BOOTP options of "basic" types (modeled after packet-wssap.c) "bootp.option.length" only used when specific option filter can't be found. "bootp.option.value" expanded to support multiple types Converted "custom options string" to UAT replacing many proto_tree_add_text() calls with proto_tree_add_item(), so the BOOTP dissector is considerably more filterable git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37958 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11As noted by Jaap Keuter on -dev, be sure to use message_size instead ofcmaynard1-1/+1
header->message_size for a correct host endianness comparison. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37957 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-10From Jaap:etxrab1-2/+2
Limit the search to the line. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37955 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-10Add port 2710 for the XBT BitTorrent tracker (and note why it's added;guy1-1/+3
the other unusual ports should be mentioned as well). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37952 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionguy1-1/+7
duration, just as the dcerpc_call_value itself does. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37951 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-09Put Modbus/UDP support back.guy1-1/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37947 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theguy1-1/+3
dissector (unless you consider the calculation not being done in 64 bits as a bug). For now, toss a ReportedBoundsError. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37946 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-09Per README.developer, we must call subdissectors regardless of whether "tree"cmaynard1-1/+7
is NULL or not. With this change, GRE-encapsulated packets (such as IP) should now appear in then endpoint and conversation lists. This was essentially the request made at Sharkfest '11. The actual request was for a "GRE" tab to be added, but that doesn't really make much sense to me. I believe this change should fulfill that request. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37945 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-08Trivial: add a couple of newlines.martinm2-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37941 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-08%u suffices, as varargs are widened. (It aslso doesn't cause Clang toguy1-2/+2
complain.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37933 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-07In elem_cell_id_aux(), in the case of an unknown/invalid disc, be sure tocmaynard1-2/+2
increment the curr_offset by the correct number of bytes; otherwise we can run into an infinite loop condition such as was the case for bug 6044. Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6044 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37930 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-07From Ali Bahar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6093alagoutte1-92/+77
802.11 Association Response Packet's "Status Code" field is imprecisely decoded/described. From me : * Display Reason code in decimal (not Hexa) * Check list from last standard (802.11-2007, 802.11r-2008, 802.11n-2009, 802.11w-2009 & 802.11z-2011) * Add link to 802.11z-2010 documentation git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37927 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-07From Ludovic Haessler:etxrab2-2/+17
CSN Ack/Nack Description wrongly handled in gsm_rlcmac_dl dissector (3GPP TS 44.060) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6101 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37926 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-06Fix memory leak, using ep_alloc() instead of g_malloc().cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37923 f5534014-38df-0310-8fa8-9805f1628bb7