aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2011-09-26Get rid of check_col, while at it set ENC.etxrab17-1327/+1226
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39146 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26Make it build again.etxrab1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39145 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab14-412/+376
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39144 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26From Martin Kaiser:etxrab1-68/+346
Implement the content control resource from the CI+ specification 1.2. From me: Change ENC_NA to ENC_BIG_ENDIAN as i suppose this is a big endian protocol and ENC_NA was erroneously used for irems bigger than i byte in some cases. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39143 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);wmeier1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6351 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39140 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.wmeier1-28/+3
1. Revert SVN #35830 (See Bug #5645); This patch is no longer needed given the reversion. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5645 http://anonsvn.wireshark.org/viewvc?revision=39100&view=revision 2. Restore 'col_set_str(pinfo->cinfo, COL_INFO, "Ethernet II");' just to be safe (altho it's possible that this line is not needed). 3. Remove several lines of no longer needed code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39134 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Try fixing the signed/unsigned mismatch issues.stig1-4/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39132 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25From Glenn Matthews via bug 6319:stig3-1/+1410
Add dissector for XMCP protocol. From me: - Fixed an obvious bug setting transaction_id_key[2].key = NULL, where transaction_id_key is defined with only 2 elements. - Only register heur_dissector once. - Only find media_type_dissector_table once. - Added packet-xmcp.c to CMakeLists.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39131 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Fix a compile error.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39130 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Minor cleanup:wmeier1-33/+34
- Fix two cases of "set but unused" as reported by GCC 4.6; - remove _U_ from parameters which are actually used; - printf --> REPORT_DISSECTOR_BUG; - define a function as static; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39129 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-25Bug 6369: gal1-1/+2
Unprotected array write. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39125 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Make buildbot happyalagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39121 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24Fix a typo in RD offsetalagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39120 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-24From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384alagoutte1-7/+250
SMPP+ which is customized by Huawei company can't be decoded From me : Convert "space tabs" to spaces git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39119 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.gerald1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39114 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Use val_to_str_const().martinm1-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39110 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Use val_to_str_const().martinm1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39109 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.wmeier1-40/+40
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39108 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39106 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Correction for SVN #39100:"Revert Revision 34838";wmeier1-2/+2
Fixes buildbot compile error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39105 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Put packet-vlan back into Makefile.common (to go with SVN #39100)wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39103 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Remove code commited by misstake.etxrab1-13/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39101 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector ↵etxrab5-91/+266
into the Ethernet II." as this causes a lot of problems. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5680 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6305 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6366 Original bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2254 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39100 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Convert "space tabs" to spacesalagoutte2-55/+81
Add modeline information git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39099 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39098 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark ↵alagoutte1-12/+17
doesn't decode BGP.MP_REACH_NLRI.NLRI when RD type is 2(defined in RFC4364:4.2) Fix a wrong offset of RD Type 2 and display AS4 in asdot+ notation (Add a pref to chose the type of display for AS4 ?) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39097 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Tighten the check on wheter a message really is chipered or not.etxrab1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39096 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23From Daniel:etxrab1-12/+100
Add support for the osmo extension header to IP.a https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6371 While we are there - Use ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39095 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.martinm1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39088 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Show if per packet info is missing.etxrab1-2/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39087 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy8-195/+190
In the AgentX dissector, make the "flags" arguments guint8, to match what's passed in. In the AIM dissector, use val_to_str() in col_add_str() calls - it gives the same result if there's a match, and puts a note in the Info column if there isn't, and is less complicated. In the AJP13 dissector: update the URL for the protocol documentation; add #defines for message types, and use them; for "enumerated data type" fields, make the fields numerical rather than strings and give them the value_string tables; get rid of col_check() calls; make a Boolean item an FT_BOOLEAN. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39085 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier29-1125/+1125
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39084 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and ↵wmeier1-1/+1
(presumably) compile errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39083 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Whitespace cleanup:wmeier8-672/+672
Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39082 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier39-41/+41
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39081 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same ↵martinm1-0/+7
status PDU. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39077 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix vi "modeline" so it works;wmeier17-17/+17
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39074 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Explicit #include <epan/value_string.h> not required.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39073 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix and suppress some warningsgal1-4/+53
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.etxrab2-202/+193
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39070 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix for unary minus warning on Windowsgal1-5/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39068 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is ↵etxrab1-1/+1
a gint. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39067 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal8-52/+11015
A work in progress. Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL. With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted after the SecurityExchange PDU. Wiki to be updated with an example SSL protected capture and associated key material. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39066 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.guy1-154/+320
From me: don't use global variables in FPSpotlightRPC dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39065 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forguy1-409/+440
strings, and note that, for older AFP clients and servers, we might need a way to say to use some Mac encoding instead. Use tvb_strsize() rather than tvb_get_ephemeral_stringz() to just get the length of a null-terminated string. Use FT_GUID for UUIDs. The low-order bit in the MessageBitmap in the FPGetSrvrMsg reply does not, at least according to the current AFP spec, specify whether there's a message at all, it specifies whether it's a server message or a login message. The spec *does* now mention the "message is UTF-8" bit; use it. Fix a blurb. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39063 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-20From Dirk via bug 6361:stig3-14/+11
Use File/Directory Dialog as a field type for UAT preferences. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39059 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-19Since the call to expert_add_info_format() was commented out, 'ti' isn't ↵cmaynard1-9/+4
needed, so get rid of it. Fixes Coverity CID's 1260 and 1261. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39057 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-19Don't assign the return value of proto_tree_add_text() if it's not going to ↵cmaynard1-1/+1
be used. Fixes Coverity CID 1232. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39056 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-19Since the call to proto_tree_add_text() was #if 0'd out, there's no need to ↵cmaynard1-2/+3
assign the return value of tvb_new_subset to wlan_tvb. Actually, there's probably no need to call tvb_new_subset() in the first place, but for now let's just tackle the unused value warning and leave the FIXME for someone who knows more about this. Fixes Coverity CID 864. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39055 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-19Don't assign return value of proto_tree_add_text() to rrsc_item if it's not ↵cmaynard1-1/+1
going to be used. Fixes Coverity CID 863. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39054 f5534014-38df-0310-8fa8-9805f1628bb7