Wireshark-commits: [Wireshark-commits] master 5c6f2e8: Mkae the handling of non-full-frame time sta
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c6f2e8882a50d500f171aa73eb8aeaea1ebce49
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5c6f2e8 by Guy Harris (guy@xxxxxxxxxxxx):
    Mkae the handling of non-full-frame time stamps match RFC 5456.
    
    At least as I read RFC 5456:
    
    	1) non-full-frame time stamps should have high-order bits from
    	   the time stamp of the last full frame ORed into it;
    
    	2) "mini voice packets" have a 16-bit time stamp and "mini video
    	   packets" have a 15-bit time stamp;
    
    so adjust the non-full-frame time stamps in that fashion rather than by
    adding 32768 until the value looks OK - and don't adjust full-frame time
    stamps at all.
    
    Change-Id: I20873a633a99415ac73a7e6baf087e5ec62a4905
    Reviewed-on: https://code.wireshark.org/review/28555
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  17a39db   Bluetooth: ATT: Implement 0x2A0B-0x2A1B remaining characteristics
    adds  5c6f2e8   Mkae the handling of non-full-frame time stamps match RFC 5456.
Summary of changes:
 epan/dissectors/packet-iax2.c | 125 ++++++++++++++++++++++++++++++------------
 1 file changed, 91 insertions(+), 34 deletions(-)