Wireshark mailing list archives

Re: my dissector breaks with updated 1.6 source and libs


From: oleksab () darkcornersoftware com
Date: Fri, 8 Jul 2011 23:43:39 -0400 (EDT)

Guy

I searched my packet-helen.c file and I did not find anything with FT_PCRE
as the field type. I have never heard or saw this type before. Why would I
be getting an error like this..??

Any other thoughts..??

Thanks,
Brian



On Jul 8, 2011, at 7:31 PM, oleksab () darkcornersoftware com wrote:

22:26:55   Err  new_fi->hfinfo->type 28 <FT_PCRE> not handled

Do you have any fields declared with the field type FT_PCRE?

If so, change it to a type that's supported as a field type, such as
FT_BYTES.  FT_PCRE is not, and never has been, a valid field type; earlier
versions of Wireshark might not have caught that error, but 1.6 does.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe



___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: