Wireshark-commits: [Wireshark-commits] master 30f46b6: Add a check for the day of the month.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 08:02:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30f46b61bb7cbfbd8fe2ea18bf3c2b026a37969e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

30f46b6 by Guy Harris (guy@xxxxxxxxxxxx):

    Add a check for the day of the month.
    
    Also, fix the month check ("month" is in the range 1 through 12, not 0
    through 11), and if neither sscanf() gets the right number of fields,
    fail immediately.
    
    Change-Id: I3f0da49e969c020c292facb843b9741116647302
    Reviewed-on: https://code.wireshark.org/review/12170
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ce9d2ee   Qt: Redissect packets when changing profile
    adds  30f46b6   Add a check for the day of the month.


Summary of changes:
 wiretap/nettrace_3gpp_32_423.c |   20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)