Skip to content

Commit 443b593

Browse files
committed
comments
1 parent fe6fb46 commit 443b593

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bfbs_gen_wireshark.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
// Future work:
2727
// * nested_flatbuffer - call Parse<name> if I can get the data out of the
2828
// reflection
29-
// * bitfields - well known attributes are not passed down to us
29+
// * bitfields - need to create fields in the dissector for each bit
30+
// * also need to schema about multi-bit fields - how to know if MSB or LSB
31+
// named?
3032
// * flexbuffers
3133

3234
#include "bfbs_gen_wireshark.h"

0 commit comments

Comments
 (0)