aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-30BAT has a Bouquet ID, no Service IDMartin Kaiser1-1/+1
2013-10-30add one more private data specifierMartin Kaiser1-3/+5
2013-10-30Remove an extraneous semicolon.Chris Maynard1-1/+1
2013-10-30Initialise current_security to NULL, to avoid possibly using uninitialisedMartin Mathieson1-1/+1
2013-10-30Get rid of value_strings that appear to be a throwback to when ROHC appeared ...Martin Mathieson1-38/+0
2013-10-30Don't call RRC dissector if should be ciphered. Take care to allow SecurityM...Martin Mathieson2-74/+73
2013-10-30Allow string-based dissector tables to pass data between dissectors.Michael Mann2-0/+63
2013-10-30Replace some proto_tree_add_string_format with proto_tree_add_item +Evan Huus1-11/+19
2013-10-30Update the ASN.1 generated dissectors that were missed as part of the patches...Michael Mann2-6/+6
2013-10-30When adding an entry to a dissector string table, take a copy of the patternEvan Huus1-3/+3
2013-10-29Fix proto.c:4498: warning: 'compare_filter_name' defined but not usedAnders Broman1-9/+0
2013-10-29Optimize proto_get_id_by_filter_name() by using the existing hastable for pro...Anders Broman1-10/+7
2013-10-29Mark an unused parameter as suchMartin Mathieson1-1/+1
2013-10-29if pointer==0, the section starts immediatelyMartin Kaiser1-2/+7
2013-10-29separate function for dissecting the adaptation fieldMartin Kaiser1-171/+176