Wireshark-commits: [Wireshark-commits] rev 46531: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 13 Dec 2012 20:17:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46531

User: etxrab
Date: 2012/12/13 12:17 PM

Log:
 From John Batty:- the h248_3GCSD_properties_vals array was missing entry 0 that defines the package name. - the h248_package_3GCSD structure was missing entries for the signal and event definitions (which were already been defined) For the plmnbc decoder, I found an existing decoder de_bearer_cap that could decode this field, so added a small function to call through to that The 3gtfo package definition was also missing the package name. https://bugs.wireshark.org/bugzilla/process_bug.cgi I fixed up the call to dissect_ber_octet_string() to use sub_tvb.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +15 -3     packet-h248_3gpp.c    Modified