aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-02You have to cast void pointers to another type in C++; implicitGuy Harris1-1/+2
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann12-125/+127
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann8-18/+15
2013-11-01Revert SVN #53027: It gives compile warning on GCC (at least).Bill Meier4-522/+334
2013-11-01From robionekenobi: Enhancement of the packet-mq dissector (WMQ 7.1-7.5)Bill Meier4-334/+522
2013-11-01General dissector cleanup.Michael Mann1-206/+144
2013-11-01From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9360 :Pascal Quantin1-1/+1
2013-10-31Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMAnders Broman1-1/+1
2013-10-31Make declarations consistent, fix typos, remove tabs, use consistent indentat...Chris Maynard1-136/+189
2013-10-31USB/PN532: Fix dissector to use new dissector *data instead of private_data....Michael Mann3-40/+67
2013-10-31Bluetooth: SDP: Recognize attributes by record handle or by UUIDs in request....Michael Mann1-311/+595
2013-10-31sb3_task_id_t is not used in any existing dissector and can't be passed to an...Michael Mann1-14/+14
2013-10-31Test was the wrong way aroundMartin Mathieson1-1/+1
2013-10-31From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9345Evan Huus1-28/+98
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann29-102/+102