first of all thanks for this amazing crate which makes my life easier with parsing PCAPs! In the context of my Bachelor's Thesis I use this crate for analyzing Bluetooth LE data. I noticed that only "fields" are parsed that don't have any child data. In terms of XML it means that fields need to have following representation: <field ... />. In my case I could not get a specific field because it had some child data (<field ...>...</field>).
Hello there,
first of all thanks for this amazing crate which makes my life easier with parsing PCAPs! In the context of my Bachelor's Thesis I use this crate for analyzing Bluetooth LE data. I noticed that only "fields" are parsed that don't have any child data. In terms of XML it means that fields need to have following representation:
<field ... />
. In my case I could not get a specific field because it had some child data (<field ...>...</field>
).For example:
I was not able to retrieve the field with the name
btcommon.eir_ad.entry.data
.I propose to add the functionality to parse fields that have child data.
Best regards, Dennis