aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-11-16TDS: Fix decoding of TDS7 password.Craig Jackson1-9/+24
2018-11-03TDS: Remove Type info for ValueAlexis La Goutte1-1/+0
2018-11-03%f suffices for floats and doubles.Guy Harris1-2/+2
2018-11-02tds: use %lf instead of G_GINT64_MODIFIER for text.Dario Lombardo1-1/+1
2018-11-02TDS: Display value of data on top of fieldAlexis La Goutte1-6/+18
2018-10-12TDS: Implement Error token for TDS 4.x.Craig Jackson1-12/+21
2018-09-11Squelch a narrowing warning.Guy Harris1-1/+1
2018-08-26TDS: Improve handling of SYBLONGBINARYCraig Jackson1-13/+4
2018-08-17tds: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2018-08-16TDS: Handle TDS 5.0 MSG token.Craig Jackson1-8/+100
2018-08-09TDS: Add support for non-nullable datetime and money types.Craig Jackson1-49/+119
2018-08-02tds: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-07-31No need to initialize cursorname_len.Guy Harris1-1/+1
2018-07-31TDS: Fix bad proto_tree_add_item_ret_string_and_length call.Craig Jackson1-1/+1
2018-07-31tds: fix uninitialized var.Dario Lombardo1-1/+1
2018-07-30Add basic support for TDS 5 (Sybase) cursors.Craig Jackson1-11/+839
2018-04-22Use tvb_new_subset_remaining() for a tvbuff that goes to end-of-packet.Guy Harris1-5/+4
2018-03-13TDS: Improve dissection of TDS5 tokenized requests.Craig Jackson1-656/+1160
2018-02-25TDS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-02-24TDS: Minor updates to TDS 5 Response token handlingCraig Jackson1-50/+20
2018-02-22TDS: Improve dissection of TDS5 responses.Craig Jackson1-104/+581
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-01TDS: ensure to always initialize tds_encoding_char even when protocol is unknownPascal Quantin1-17/+3
2018-02-01New dissector Session Multiplex Protocol SMPUli Heilmeier1-7/+34
2018-01-28TDS: Dissect TDS4.2 response packetCraig Jackson1-270/+1030
2018-01-01TDS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-12-23TDS: Dissect TDS4/5 login packetCraig Jackson1-18/+1871
2017-12-01TDS: Improve TDS7 Prelogin request/response handlingCraig Jackson1-77/+112
2017-11-24TDS: Fix packet reassembly for TDS 4.x/TDS5.x streams.Craig Jackson1-28/+87
2017-11-20packet-tds.c: Correct encoding for hf_tds_colmetadata_maxbytesizeMichael Mann1-1/+1
2017-09-19TDS: Fix some URLs and add a note about our heuristic check.Gerald Combs1-2/+7
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