summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05[TDS] Convert to using tcp_dissect_pdus.Michael Mann1-214/+72
2017-01-29Register reassembly tablesMichael Mann1-22/+9
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+0
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-26/+18
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-4/+2
2016-10-12Cleanup from adding Decode As TCP preferences.Michael Mann1-5/+9
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-3/+3
2016-06-12Add missing scale in TDS type infoMichael Vigovsky1-1/+2
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-2/+6
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-11TDS: Fix conflict for hf fieldsAlexis La Goutte1-5/+5
2016-01-29tds: don't THROW() an exception from a dissectorMartin Kaiser1-1/+6
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-03Make the gauntlet a bit clearer.Guy Harris1-3/+2
2015-12-03TDS: Sanity check number of columns to prevent crash.Michael Mann1-0/+4
2015-11-01TDS: Register each login param in a separate fieldNathan Cole1-6/+73
2015-10-24TDS: Replace use of val_to_str() with VALS()Nathan Cole1-20/+13
2015-10-23TDS: Use hf_tds_prelogin fieldAlexis La Goutte1-5/+7
2015-10-20TDS: add more casts to please OSX 10.5 x86 buildbotPascal Quantin1-6/+6
2015-10-20TDS: try to pacify buildbotsPascal Quantin1-17/+16
2015-10-20TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitia...Alexis La Goutte1-1/+2
2015-10-20TDS: fix implicit conversion shortens 64-bit value into a 32-bit valueAlexis La Goutte1-3/+3
2015-10-20Update TDS dissector to latest version of protocol.Nathan Cole1-1117/+3415
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-3/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-24TDS: Missing break in switch (CID 280475 & 281377)Alexis La Goutte1-0/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-19TDS: Make buildbot happyAlexis La Goutte1-1/+1
2014-10-19Eliminate proto_tree_add_text from packet-tds.cMichael Mann1-111/+175
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-25/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-3/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-3/+3
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-40/+39
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1