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

Wireshark-bugs: [Wireshark-bugs] [Bug 4798] Acker AFI field incorrect size in PGM dissector

Date: Wed, 26 May 2010 21:57:05 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4798

--- Comment #2 from Steven McCoy <fnjordy@xxxxxxxxx> 2010-05-26 21:57:04 PDT ---
Actually, PGM_OPT_REDIRECT is affected too but I don't have any source packets
to verify:

ptvcursor_add(cursor, hf_pgm_opt_redirect_afi, 1, FALSE);

should be,

ptvcursor_add(cursor, hf_pgm_opt_redirect_afi, 2, FALSE);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.