aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2013-10-22Handle long gaps between PDUs by resetting timers, and show ↵Martin Mathieson1-7/+26
short-cycle-timer as part of state svn path=/trunk/; revision=52770
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier19-83/+1
svn path=/trunk/; revision=52767
2013-10-22Show state of other DRX timers, and update some comments.Martin Mathieson1-7/+41
svn path=/trunk/; revision=52765
2013-10-22Revert r52730, it is unnecessary with r52695 reverted.Evan Huus1-1/+0
svn path=/trunk/; revision=52764
2013-10-22Cleanup:Bill Meier1-188/+160
- remove duplicate/unneeded #includes - remove some boilerplate comments - fix up whitespace: indentation, trailing & etc - remove 'if (tree)' (Note: 'if (tree)' needs to be around all the code (as in the previous version of packet-wsmp) or none so that the same value of offset is used in various function calls whether or not 'tree == NULL'. For the moment I've chosen to remove the 'if (tree)' since (in theory) the (external) data dissector shouldn't be called under 'if (tree)'. - revert SVN #52757 since no it's longer needed with the removal of 'if (tree)'; - remove another unneeded line of code. svn path=/trunk/; revision=52761
2013-10-22dissect error messages. Bug 9283 ↵Michael Mann1-21/+465
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9283) From Zoltán Lajos Kis svn path=/trunk/; revision=52760
2013-10-22curr-num_layer is not always incremented by 1 when calling the subdissectorPascal Quantin1-2/+3
svn path=/trunk/; revision=52759
2013-10-22set SVN properties.Jeff Morriss1-1141/+1141
svn path=/trunk/; revision=52758
2013-10-22From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9244 :Pascal Quantin1-0/+2
Fix error: 'wsmlength' may be used uninitialized in this function svn path=/trunk/; revision=52757
2013-10-22Latest WSMP protocol support. Bug 9244 ↵Michael Mann1-59/+150
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9244) Per bug, version 1 is no longer in use as its no longer specified in the standard. svn path=/trunk/; revision=52755
2013-10-22dissection of group_mod messages. Bug 9283 ↵Michael Mann1-2/+197
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9283) From Zoltán Lajos Kis svn path=/trunk/; revision=52754
2013-10-22openSAFETY: Fixing rare crash as well as dissector errors. Bug 9314 ↵Michael Mann1-66/+82
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9314) From Roland Knall svn path=/trunk/; revision=52752
2013-10-22Pass struct rxinfo "private data" into AFS dissector instead of using ↵Michael Mann2-10/+9
pinfo->private_data. svn path=/trunk/; revision=52751
2013-10-22Pass usb_data_t "private data" into subdissectors instead of using ↵Michael Mann2-11/+6
pinfo->private_data. svn path=/trunk/; revision=52750
2013-10-21Properly implement subtree expansion (including automagicallyJörg Mayer1-11/+25
expanding the mint subtrees during development). svn path=/trunk/; revision=52748
2013-10-21Improve the way DRX before and after state is shown.Martin Mathieson1-42/+82
svn path=/trunk/; revision=52747
2013-10-21Sync with latest SAMBA PIDL source per ↵Michael Mann27-1309/+3330
http://www.wireshark.org/lists/wireshark-dev/201310/msg00217.html Didn't integrate 0010-frsrpc-Regenerate-frsrpc-due-to-changes-in-the-pidl-.patch 0016-Regenerate-the-dnserver.patch due to compilation errors on Windows. svn path=/trunk/; revision=52744
2013-10-21Add a new api to allow dissection of the array payload as a whole. Bug 9307 ↵Michael Mann2-12/+45
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9307) From Matthieu Patou svn path=/trunk/; revision=52743
2013-10-21We can't really have conformant strings they are always conformant andMichael Mann2-1/+12
varying but pidl insists on having a different function. Bug 9306 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9306) From Matthieu Patou. svn path=/trunk/; revision=52742
2013-10-21Add APIs for PIDL generated code to return the value of the integer that was ↵Michael Mann2-13/+60
dissected. Bug 9305 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9305). From Matthieu Patou svn path=/trunk/; revision=52741
2013-10-21Add packet-spice.hJeff Morriss1-0/+1
svn path=/trunk/; revision=52739
2013-10-21Remove if (fh_tree) checks as add_ethernet_trailer() calls such functions as ↵Chris Maynard2-14/+11
dissector_try_heuristic(), expert_add_info(), and col_append_str(), which all need to be called whether fh_tree is NULL or not. #BACKPORT(1.10,1.8) svn path=/trunk/; revision=52738
2013-10-21Update spice protocol dissector. Bug 9143 ↵Michael Mann2-888/+2235
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9143) From Jonathon Jongsma Note that the new packet-spice.h is auto-generated outside of Wireshark. svn path=/trunk/; revision=52737
2013-10-21dce-rpc: properly dissect multiple PDU in the same packet. Bug 9302 ↵Michael Mann1-13/+15
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9302). From Matthieu Patou svn path=/trunk/; revision=52736
2013-10-21Fix compile errors introduced in r52734.Michael Mann1-2/+2
svn path=/trunk/; revision=52735
2013-10-21Datablob size is NDR64/32 dependant. Bug 9301 ↵Michael Mann1-2/+2
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9301). From Matthieu Patou svn path=/trunk/; revision=52734
2013-10-21Fix padding bytes overlapping due to NDR alignment. Bug 9300 ↵Michael Mann1-1/+1
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9300) From Matthieu Patou svn path=/trunk/; revision=52733
2013-10-21NULL check ref_nt_challenge_response and ref_lm_challenge_response. Bug 9299 ↵Michael Mann1-2/+6
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9299) From Matthieu Patou svn path=/trunk/; revision=52732
2013-10-21Don't go into a loop if we find a zero-length line. FixesEvan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9312 Anders, this may be related to your recent TVB optimizations, since I don't think it happened before that? Did you change the behaviour of tvb_find_line_end or its callees at all? svn path=/trunk/; revision=52730
2013-10-21Pass fc_hdr "private data" into subdissectors instead of using ↵Michael Mann2-13/+9
pinfo->private_data. svn path=/trunk/; revision=52729
2013-10-21Pass struct aspinfo "private data" into subdissectors instead of using ↵Michael Mann3-41/+33
pinfo->private_data. svn path=/trunk/; revision=52728
2013-10-20Fix -Wshadow errorEvan Huus1-5/+5
svn path=/trunk/; revision=52726
2013-10-20Adds dissecting for actions, and proper display for OXM values.Anders Broman1-45/+648
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9283 svn path=/trunk/; revision=52725
2013-10-20Put PDU dissection in protocol treePascal Quantin2-17/+31
svn path=/trunk/; revision=52724
2013-10-20Pass ROHC "private data" from PDCP-LTE using dissector data parameter ↵Michael Mann2-29/+16
instead of using pinfo->private_data. Passing data through the dissector parameter eliminates the need for ROHC dissector to save/restore private_data. svn path=/trunk/; revision=52723
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin2-0/+5834
Add dissection of OMA-ILP svn path=/trunk/; revision=52721
2013-10-20Regenerate H.225 dissectorPascal Quantin2-2/+2
svn path=/trunk/; revision=52720
2013-10-20Fix a typoPascal Quantin1-4/+1
svn path=/trunk/; revision=52719
2013-10-20Pass MPLS "private data" into subdissectors instead of using ↵Michael Mann3-7/+8
pinfo->private_data. svn path=/trunk/; revision=52718
2013-10-20From RobiOneKenobi via ↵Pascal Quantin1-1/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9297 : Add support for MSVC2013 svn path=/trunk/; revision=52716
2013-10-20From robionekenobi via ↵Pascal Quantin1-17/+16
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9267 : Fix compilation of packet-mq.c svn path=/trunk/; revision=52715
2013-10-20Enhancement of the packet-mq dissector (WMQ 7.1-7.5). Bug 9267 ↵Michael Mann4-923/+1540
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9267) From robionekenobi From me: Pass data through dissectors instead of using pinfo->private_data svn path=/trunk/; revision=52707
2013-10-20Remove non-ASCII characters causing checkAPI failuresEvan Huus2-2/+2
svn path=/trunk/; revision=52703
2013-10-20Fix format error.Evan Huus1-1/+1
svn path=/trunk/; revision=52702
2013-10-20Convert the proto_tree_add_text calls that should have been expert info.Michael Mann1-133/+136
svn path=/trunk/; revision=52700
2013-10-19Pass SPX "private data" into subdissectors instead of using pinfo->private_data.Michael Mann2-23/+14
svn path=/trunk/; revision=52698
2013-10-19From Zoltán Lajos Kis:Anders Broman1-12/+743
dissect flow_mod body in openflow_v4 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9283 svn path=/trunk/; revision=52696
2013-10-19Correct source code formatting. Bug 9146 ↵Michael Mann1-1686/+1573
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9146) From Roland Knall svn path=/trunk/; revision=52691
2013-10-19Update commentsPascal Quantin2-18/+18
svn path=/trunk/; revision=52690
2013-10-19Update E.212 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-10/+78
svn path=/trunk/; revision=52687