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

Date: Tue, 29 Nov 2011 22:25:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40044

User: etxrab
Date: 2011/11/29 02:25 PM

Log:
 From Pascal Quantin:
 Currently Wireshark limits the Access Point Name length to 50 bytes. But
 according to 3GPP 24.008 chapter 10.5.6.1, the maximum length is 100 bytes (102
 bytes minus the IEI and length fields) and not 50.
 The attached patch increases the MAX_APN_LENGTH define value and allow the
 correct display of an APN with a size greater than 50 bytes.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6628

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +1 -1      packet-gsm_a_gm.c    Modified