>> *From:* [email protected] [mailto: >> [email protected]] *On Behalf Of *Rajesh P S >> *Sent:* Monday, February 22, 2010 1:13 AM >> *To:* [email protected] >> *Subject:* [Wireshark-dev] Run Time Error >> >> >> >> Hi, >> >> I am working on Wireshark packet analyzer. I am facing one problem with it. >> When I try to open wireshark.exe, I am getting Run time error . I have >> attached the snapshot with this mail. please help me out in this.
Another possibility: Did you change something in the hf[] array ? You will get run-time errors for things like: FT_STRING which doesn't have a BASE_NONE and so on. See tmp_fld_check_assert() in epan/proto.c for all the tests applied.... ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
