aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann82-28191/+27457
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann4-96/+92
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 (https://bugs.wi...Michael Mann15-222/+180
2013-11-05Add missing cast.Evan Huus1-1/+1
2013-11-05Remove DISSECTOR_ASSERT since private_data isn't being used anymore to transp...Michael Mann1-2/+0
2013-11-05From Zoltán Lajos Kis:Anders Broman1-0/+20
2013-11-05From Zoltán Lajos Kis:Anders Broman1-16/+31
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann12-359/+357
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus11-49/+68
2013-11-05Expose wmem_list_remove_frame to make it efficient to do pop operations asEvan Huus2-0/+10
2013-11-05From Michael Labedzki, call data dissector instead if handle is NULL.Evan Huus1-2/+8
2013-11-05From J. Bruce Fields via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-1/+1
2013-11-05Change "4 space tabs" indentation to use "4 spaces";Bill Meier1-402/+402
2013-11-04Declare many value_string_arrays not used elsewhere as static;Bill Meier2-12/+14
2013-11-04'#if 0' numerous unused value string arrays.Bill Meier1-0/+152
2013-11-04From Zoltán Lajos Kis:Anders Broman1-361/+264
2013-11-04From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier4-333/+531
2013-11-04Don't show the channel information twice in the protocol root proto_itemMartin Mathieson1-12/+2
2013-11-04Effectively remove the tree memory pool and port some of its behaviour to theEvan Huus3-31/+19
2013-11-04Revert r53073, by now the vast majority of dissector do declare theJörg Mayer1-0/+9
2013-11-04From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9373Alexis La Goutte1-0/+269
2013-11-03Remove forward declarations of registration functions.Jörg Mayer1-9/+0
2013-11-03Please checkAPIs.pl scriptPascal Quantin1-2/+2
2013-11-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9031 :Pascal Quantin1-5/+6
2013-11-03Try to clarify the documentation for tvb_length_remaining() and tvb_reported_...Chris Maynard1-3/+4
2013-11-03NULL terminate a value_strAnders Broman1-1/+2
2013-11-03From Zoltán Lajos Kis:Anders Broman1-21/+1130
2013-11-03Sync remaining patches with latest SAMBA PIDL source per http://www.wireshark...Michael Mann2-280/+513
2013-11-03Bluetooth: AVDTP: Add support for Content Protection type SCMS-T (and some mi...Michael Mann6-118/+532
2013-11-03Fix what appears to be an off-by-one error in the IMAP dissector, causingEvan Huus1-1/+1
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann6-45/+44
2013-11-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-03Make Mac OS X buildbot happy (Missing _U_)Alexis La Goutte1-1/+1
2013-11-03Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdis...Michael Mann6-82/+76
2013-11-02Partially revert r53052 because hf_ fields aren't defined (or used)Michael Mann1-1/+8
2013-11-02Replace glib with wmem when constructing dynamic RADIUS fields. Fixes the memoryEvan Huus1-29/+25
2013-11-02Bluetooth: minor improvements. Bug 7893 (https://bugs.wireshark.org/bugzilla/...Michael Mann2-9/+44
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann27-365/+347
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann33-132/+67
2013-11-02Fix build (missing some _U_)Alexis La Goutte2-2/+2
2013-11-02Fix warning found by fix-encodings-arg toolAlexis La Goutte1-66/+66
2013-11-02Make checkAPIs Happy (Missing const for value_string)Alexis La Goutte1-3/+3
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann5-28/+46
2013-11-02get tcpinfo from dissector data, not pinfo->private_dataMichael Mann1-2/+2
2013-11-02From Zoltán Lajos Kis:Anders Broman1-143/+3092
2013-11-02Allow json dissector to receive a string through dissector data and give diss...Michael Mann2-10/+18
2013-11-02Allow text-data dissector to receive a string through dissector data and give...Michael Mann1-7/+15
2013-11-02Remove rpc_defrag.hMichael Mann5-49/+9
2013-11-02Mark unused arguments.Guy Harris2-2/+2