Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9471] ANSI A-interface enhancement for showing mobile ID a

Date: Wed, 18 Dec 2013 02:37:28 +0000

changed bug 9471

What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 15 on bug 9471 from
(In reply to comment #14)
> Michael at the start of this bug, I had added 3 new globals.
> I have reduced that to 1.

> To which other globals are you referring to?

You're right that they weren't originally part of the bug, but since we're "in
the neighborhood":

static proto_tree *g_tree;
static address rtp_src_addr;
static guint32 rtp_ipv4_addr;
static struct e_in6_addr rtp_ipv6_addr;
static guint16 rtp_port;
static gboolean a_meid_configured = FALSE;

(most of the others that stood out are really directly related to preferences,
which are legit)


You are receiving this mail because:
  • You are watching all bug changes.