http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18804
User: sahlberg
Date: 2006/07/28 07:50 AM
Log:
fropm martin m
fix for h450 to prevent an assertion for uninitialized hffields
Thanks for the capture, Keith. The problem was with h450 hf fields that
weren't initialised sucessfully (at all in one case, or with non-unique
filter strings in several others) - it was hitting an assertion in proto.c
when an attempt was made to use those fields.
I was able to test by editing packet-h450.c directly, I couldn't regenerate
it from packet-h450-template.c. I'm attaching a patch to
packet-h450-template.c that hopefully does the same thing. If someone can
generate and check it packet-h450.c in for me I'll retest.
Directory: /trunk/epan/dissectors/
Changes Path Action
+13 -10 packet-h450.c Modified
+1 -1 packet-h450.h Modified
Directory: /trunk/asn1/h450/
Changes Path Action
+10 -7 packet-h450-template.c Modified