Wireshark-bugs: [Wireshark-bugs] [Bug 5082] New: Implement tvb_get_ntoh48(), tvb_get_letoh48(),
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5082
Summary: Implement tvb_get_ntoh48(), tvb_get_letoh48(),
FT_INT48 and FT_UINT48
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 33724
--
Just as we have tvb_get_ntoh24(), tvb_getletoh24() as well as FT_INT24 and
FT_UINT24 for handling 3-byte fields, it would be nice to have the equivalent
functionality for 6-byte fields.
Not sure if there would be other functions that would need to change as well,
such as proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), etc.
Actually, it doesn't look like these last 2 functions support 64-bit masks
either, so I suppose that could also be added as well?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.