ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8088] H.248 MEGACO threegcsd package decoder does not work

Date: Thu, 13 Dec 2012 17:40:14 +0000

changed bug 8088

What Removed Added
Attachment #9689 Flags   review_for_checkin?

Comment # 2 on bug 8088 from
Created attachment 9689 [details]
Proposed patch

The code to handle the threegcsd package was already present.

However:
- 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, so I fixed this
up too.

Built and tested on Windows.


You are receiving this mail because:
  • You are watching all bug changes.