Hi,
Has anyone played with mozilla dehydra (or llvm)?
https://developer.mozilla.org/en/Dehydra 

It may be useful for finding errors like
....
if (tree) {
        foo = tvb_get_xx..
        offset += 2;
        ...
}
return offset;

or
if (!tree)
        return
expert_add_info(...)

in dissectors

Didier

___________________________________________________________________________
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

Reply via email to