URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3de3fbec9f15b3914eec2df3a84c6e075811341
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a3de3fb by Guy Harris (guy@xxxxxxxxxxxx):
    Treat erf_timestamp_t's as integral values.
    
    That's what they are, and that's how other code in erf_open() treats
    them; just use assignment to initialize prevts and to set prevts to ts.
    
    Maybe this will keep the Clang static analyzer from calling prevts a
    garbage value when compared with ts.
    
    Change-Id: I2ee2376ced5c3efa6beab34276009a3177c94416
    Reviewed-on: https://code.wireshark.org/review/32455
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  6541105   Radius: use generic e212 function to dissect imsi field
     add  a3de3fb   Treat erf_timestamp_t's as integral values.
Summary of changes:
 wiretap/erf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)