| 1 | initial version |
Hi, As goose is a dissector generated from the asn1 description you will have to add code on the .cnf file. If you can shar a pcap with the packet in a bug report we could do a fix. Otherwise you would have to do something like.
#.FN_BODY numDatSetEntries VAL_PTR= num_dataset_entries
gint num_dataset_entries=0;
%(DEFAULT_BODY)s
if(num_dataset_entries == 0){
"Add expert info here"
}
| 2 | No.2 Revision |
Hi, As goose is a dissector generated from the asn1 description you will have to add code on the .cnf file. If you can shar a pcap with the packet in a bug report we could do a fix. Otherwise you would have to do something like.
#.FN_BODY numDatSetEntries VAL_PTR=num_dataset_entries&num_dataset_entries gint num_dataset_entries=0; %(DEFAULT_BODY)s if(num_dataset_entries == 0){ "Add expert info here" }