Ask Your Question

Revision history [back]

click to hide/show revision 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"
}
 

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"
}