aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-24More dissector spelling fixes.Martin Mathieson1-3/+3
2020-09-13More dissector string spelling fixes.Martin Mathieson1-2/+2
2020-08-21tds: update URLs.Guy Harris1-5/+6
2020-08-17TDS7: Make sure to populate pre-login message tree for all tokensJaap Keuter1-50/+51
2020-08-02TDS: Lengths are uint, so add with _uint() APIs.Martin Mathieson1-4/+4
2020-07-14TDS: Fix If COLMETADATA is present, all row data display is unusable.eckart haug1-1/+1
2020-07-09TDS:Fix -Wpointer-sign warnings.Anders Broman1-45/+46
2020-07-08Fix -Wpointer-sign warnings.Anders Broman1-12/+19
2020-07-06TDS: Fix field abbrev for RPC nameJaap Keuter1-1/+1
2020-07-06slsk: Try to fix -Wpointer-sign warnings.Anders Broman1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-52/+58
2020-02-08TDS7: Update Feature IDs for FeatureExtAck TokenUli Heilmeier1-0/+5
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-2/+4
2019-09-10TDS: Improve handling of scale for TDS numeric and decimal fields.Craig Jackson1-12/+52
2019-08-19tds: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2019-08-04TDS: Fix handling of numeric and decimal types.Craig Jackson1-27/+76
2019-06-04Reassemble PLP chunks.Guy Harris1-12/+97
2019-06-02Add an XXX item, expand another one.Guy Harris1-1/+26
2019-05-16Integer types are signed, not unsigned.Guy Harris1-8/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-01-28TDS: Fix colmetadata handling of Text and Image typesCraig Jackson1-57/+71
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