Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41849: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 30 Mar 2012 17:40:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41849

User: morriss
Date: 2012/03/30 10:40 AM

Log:
 From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7012 :
 
 According to 3GPP R7//R8/R9/R10/R11, AVP 'MBMS-Session-Duration' has 3 octets.
 First 17 bits indicate seconds, the rest of bits(7 bits) represents days. 
 
 However, in the source file packet-gtp.c, it parse the AVP reversely -- taking
 first 7 bits as days, the rest of 17 bits as seconds.  This patch fixes that.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +4 -4      packet-gtp.c    Modified