Wireshark-commits: [Wireshark-commits] master 2fa2947: TDS: Add support for non-nullable datetime a
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fa2947be0bfffde5efc5ebd81dc2625c2d20147
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
2fa2947 by Craig Jackson (cejackson51@xxxxxxxxx):
    TDS: Add support for non-nullable datetime and money types.
    
    This was accomplished by factoring out the existing code supporting nullable
    datetime and money types. The non-nullable versions are older and more often used
    with TDS 4 and TDS 5.
    
    Change-Id: I1bbf942d2b5ff3ec6bb9f1a607f0c579949f6131
    Reviewed-on: https://code.wireshark.org/review/29008
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  0be9d14   prefs: fix range preferences-related crash after switching profiles
     add  2fa2947   TDS: Add support for non-nullable datetime and money types.
Summary of changes:
 epan/dissectors/packet-tds.c | 168 ++++++++++++++++++++++++++++++-------------
 1 file changed, 119 insertions(+), 49 deletions(-)