URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c316799e49faac41e8629ce32a46b3b25b01206a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c316799 by Craig Jackson (cejackson51@xxxxxxxxx):
TDS: Minor updates to TDS 5 Response token handling
Fix a couple of cases where endianness was not handled properly when using FT_UINT_STRING. Use FT_UINT_STRING to streamline some of the decodes which were previously merged.
Change-Id: I72196d2146fe1884f2d0af01bd1185a662923226
Reviewed-on: https://code.wireshark.org/review/26056
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c0b2d82 Suppress some warnings caused by a Berkeley YACC bug/misfeature.
adds c316799 TDS: Minor updates to TDS 5 Response token handling
Summary of changes:
epan/dissectors/packet-tds.c | 70 +++++++++++++-------------------------------
1 file changed, 20 insertions(+), 50 deletions(-)