On Nov 26, 2008, at 2:38 PM, Qifan Xi wrote: > Is there a relatively pain-free way to perform such a comparison?
The ADDRESSES_EQUAL() macro, defined in <epan/address.h>. It takes two pointers to "address" as arguments, and evaluates to 1 if the addresses are equal, 0 otherwise. _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
