aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Add licence information.Irene RĂ¼ngeler3-2/+26
2013-10-31From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9345Evan Huus1-28/+98
2013-10-31Fix up some macros.Gerald Combs1-2/+2
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann59-193/+193
2013-10-31Set the progress bar animation behavior to match other parts of theGerald Combs1-1/+2
2013-10-31Try to make the animation a little more natural.Gerald Combs1-0/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs6-6/+13
2013-10-30Fix maximized geometry behavior on non-OS X systems.Gerald Combs1-5/+5
2013-10-30Fix a comparison.Gerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs9-43/+101
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-30Add some documentation to hopefully help dissector writers avoid the problemJeff Morriss1-2/+3
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-30Set SVN properties.Jeff Morriss2-11/+11
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 Mann3-34/+33
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-29Add some items to the list of things still to be done.Jeff Morriss1-1/+6
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 Meier163-424/+341
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 Mathieson5-10/+140
2013-10-29Make the packet analysis for SCTP independent from GTK and QT.Irene RĂ¼ngeler15-186/+209
2013-10-29simplify file_error()Martin Kaiser1-5/+4
2013-10-29allow err_info==NULL in file_error()Martin Kaiser1-1/+2
2013-10-29From Peter WuMartin Kaiser1-9/+14
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs14-53/+470
2013-10-29Make it so out-of-tree builds (autofoo and cmake) have access to the variousJeff Morriss5-41/+28
2013-10-29Support building and installing both Qt and GTK+.Guy Harris1-101/+157
2013-10-29Have GTPv2 pass its "instance ID" to "private extension" subdissectors rather...Michael Mann1-5/+1
2013-10-28Fix scroll bar ranges.Gerald Combs1-5/+15
2013-10-28Add c-ares. Untested, but it *should* work.Gerald Combs1-0/+26