aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier73-12/+199
2013-10-23Add explicit 64/32 casts missing from r52775.Evan Huus1-22/+22
2013-10-23From Jonathon Jongsma viaEvan Huus1-0/+17
2013-10-23From Michal Labedzki viaEvan Huus7-30/+2510
2013-10-22Add STANAG 5066 DTS CRC routines. Bug 9217 (https://bugs.wireshark.org/bugzi...Michael Mann4-0/+47
2013-10-22Cannot define Field refering ProtoField defined in LUA. Bug 3513 (https://bug...Michael Mann3-1/+33
2013-10-22Handle long gaps between PDUs by resetting timers, and show short-cycle-timer...Martin Mathieson1-7/+26
2013-10-22Optimize tvb_ensure_bytes_exist through manual inlining and removal of redundantEvan Huus1-2/+51
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier19-83/+1
2013-10-22Optimization: in test_length there's no need to validate that the count valueEvan Huus1-20/+5
2013-10-22Show state of other DRX timers, and update some comments.Martin Mathieson1-7/+41
2013-10-22Revert r52730, it is unnecessary with r52695 reverted.Evan Huus1-1/+0
2013-10-22Revert 52695.Anders Broman1-94/+30
2013-10-22Cleanup:Bill Meier1-188/+160
2013-10-22dissect error messages. Bug 9283 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-21/+465
2013-10-22curr-num_layer is not always incremented by 1 when calling the subdissectorPascal Quantin1-2/+3
2013-10-22set SVN properties.Jeff Morriss1-1141/+1141
2013-10-22From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9244 :Pascal Quantin1-0/+2
2013-10-22Latest WSMP protocol support. Bug 9244 (https://bugs.wireshark.org/bugzilla/...Michael Mann1-59/+150
2013-10-22dissection of group_mod messages. Bug 9283 (https://bugs.wireshark.org/bugzi...Michael Mann1-2/+197
2013-10-22openSAFETY: Fixing rare crash as well as dissector errors. Bug 9314 (https:/...Michael Mann1-66/+82
2013-10-22Pass struct rxinfo "private data" into AFS dissector instead of using pinfo->...Michael Mann2-10/+9
2013-10-22Pass usb_data_t "private data" into subdissectors instead of using pinfo->pri...Michael Mann2-11/+6
2013-10-21Properly implement subtree expansion (including automagicallyJörg Mayer1-11/+25
2013-10-21Improve the way DRX before and after state is shown.Martin Mathieson1-42/+82
2013-10-21Sync with latest SAMBA PIDL source per http://www.wireshark.org/lists/wiresha...Michael Mann28-1309/+3331
2013-10-21Add a new api to allow dissection of the array payload as a whole. Bug 9307 ...Michael Mann2-12/+45
2013-10-21We can't really have conformant strings they are always conformant andMichael Mann2-1/+12
2013-10-21Add APIs for PIDL generated code to return the value of the integer that was ...Michael Mann2-13/+60
2013-10-21Add packet-spice.hJeff Morriss1-0/+1
2013-10-21Remove if (fh_tree) checks as add_ethernet_trailer() calls such functions as ...Chris Maynard2-14/+11
2013-10-21Update spice protocol dissector. Bug 9143 (https://bugs.wireshark.org/bugzil...Michael Mann2-888/+2235
2013-10-21dce-rpc: properly dissect multiple PDU in the same packet. Bug 9302 (https://...Michael Mann1-13/+15
2013-10-21Fix compile errors introduced in r52734.Michael Mann1-2/+2
2013-10-21Datablob size is NDR64/32 dependant. Bug 9301 (https://bugs.wireshark.org/bu...Michael Mann1-2/+2
2013-10-21Fix padding bytes overlapping due to NDR alignment. Bug 9300 (https://bugs.w...Michael Mann1-1/+1
2013-10-21NULL check ref_nt_challenge_response and ref_lm_challenge_response. Bug 9299 ...Michael Mann1-2/+6
2013-10-21ZeroMemory -> SecureZeroMemoryPascal Quantin1-2/+2
2013-10-21Don't go into a loop if we find a zero-length line. FixesEvan Huus1-0/+1
2013-10-21Pass fc_hdr "private data" into subdissectors instead of using pinfo->private...Michael Mann2-13/+9
2013-10-21Pass struct aspinfo "private data" into subdissectors instead of using pinfo-...Michael Mann3-41/+33
2013-10-20Fix -Wshadow errorEvan Huus1-5/+5
2013-10-20Adds dissecting for actions, and proper display for OXM values.Anders Broman1-45/+648
2013-10-20Put PDU dissection in protocol treePascal Quantin2-17/+31
2013-10-20Pass ROHC "private data" from PDCP-LTE using dissector data parameter instead...Michael Mann2-29/+16
2013-10-202nd try to fix recent test failures.Jakub Zawadzki1-0/+2
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin3-0/+5835
2013-10-20Regenerate H.225 dissectorPascal Quantin2-2/+2
2013-10-20Fix a typoPascal Quantin1-4/+1
2013-10-20Pass MPLS "private data" into subdissectors instead of using pinfo->private_d...Michael Mann3-7/+8