ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Comparing address type

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 26 Nov 2008 14:45:33 -0800

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.