aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-22emem -> wmem conversion:Pascal Quantin1-24/+24
2013-09-12Use wmem_new to get the automatic casts to fix the buildbot.Evan Huus1-2/+2
2013-09-12emem -> wmemJörg Mayer1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-08-23Batch of filterable expert infos.Michael Mann1-19/+33
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-16A better method of avoiding the "ISO C restricts enumerator values to range o...Chris Maynard1-1/+3
2013-07-15Don't compare a guint32 against -1, compare it against 0xFFFFFFFFU.Guy Harris1-1/+1
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard1-2/+2
2013-05-21add a few filterable fields/expert infoMichael Mann1-32/+38
2013-03-31coverity 281315 logically dead codeMartin Kaiser1-6/+1