aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-29Revert r52905 and r52908: they're causing plenty of fuzz failures.Jeff Morriss1-7/+7
2013-10-29Remove no-longer-used parameter.Jeff Morriss1-6/+6
2013-10-29Pass T.38 data to subdissectors directly instead of using pinfo->private_data.Michael Mann2-32/+32
2013-10-29Remove use of pinfo->private_dataMichael Mann1-55/+42
2013-10-29Add casts to results of g_hash_table_lookup() callsMartin Mathieson1-2/+3
2013-10-29Show security config settings in each PDCP PDU. Don't call IP dissector for ...Martin Mathieson1-11/+144
2013-10-29Adjust when dissect_diameter_avp loop is called to avoid access violations.Michael Mann1-9/+8
2013-10-29Whitespace fixes: Replace some tabs by spaces & etcBill Meier1-100/+100
2013-10-29From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier130-376/+320
2013-10-29Add a cast to try to fix OSX buildbotMartin Mathieson1-1/+1
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson3-10/+99
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-43/+89
2013-10-29Make it so out-of-tree builds (autofoo and cmake) have access to the variousJeff Morriss3-40/+25
2013-10-29Have GTPv2 pass its "instance ID" to "private extension" subdissectors rather...Michael Mann1-5/+1
2013-10-28Remove some (but not all) U3 remnants.Gerald Combs1-89/+43
2013-10-28TABs -> spacesMartin Kaiser1-1216/+1202
2013-10-28FIX compiler warning:Bill Meier1-1/+0
2013-10-28From Ishraq Ibne Ashraf: Tinkerforge protocol dissectorBill Meier3-0/+445
2013-10-28Add an extra parameter to gtp_match_response() so pinfo->private_data doesn't...Michael Mann1-9/+3
2013-10-28Fix the compilation.Michael Tüxen1-5/+3
2013-10-28Add an if(tree) and tweek col_add_fstr().Anders Broman1-39/+45
2013-10-28make Pointer filterableMartin Kaiser1-2/+6
2013-10-28packed_analysis_data_t -> packet_analysis_data_tMartin Kaiser1-5/+5
2013-10-28correct typosMartin Kaiser1-2/+2
2013-10-28remove unnecessary return; linesMartin Kaiser1-6/+0
2013-10-28initialize tree variablesMartin Kaiser1-3/+3