aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-28Fix some more item warningsMartin Mathieson1-1/+1
2023-12-30Look into some cases where 1 value_string value is missingMartin Mathieson1-0/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-640/+640
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-2/+2
2023-05-18TDS: Handle clients that send null version in prelogin packetsJohn Thacker1-9/+8
2023-05-16TDS: Improve version detectionJohn Thacker1-50/+123
2023-05-15TDS: Support SPNEGOJohn Thacker1-4/+34
2023-05-04Fix more 'type_item_calls' warningsMartin Mathieson1-6/+6
2023-01-20Support for TDS SSPI Token parsing.hidd3ncod3s1-4/+30
2023-01-06Revert much of 9281 (convert vals to common tfs).Martin Mathieson1-1/+7
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson1-7/+1
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-10-15TDS: Reject invalid ASCIIJoão Valverde1-6/+10
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-5/+5
2022-01-27TDS: add decoding of TLS messagesNardi Ivan1-8/+11
2022-01-13tds: consider 0 as invalid token size.Dario Lombardo1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-8/+8
2020-12-13TDS: make dissect_tds_prelogin_response() return a Boolean.Guy Harris1-8/+9
2020-12-13TDS: show the COLMETADATA results token flags in hexadecimal.Guy Harris1-1/+1
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