ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5986] NetFlow support for Media Monitoring Performance Mon

Date: Sat, 4 Jun 2011 06:39:23 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5986

--- Comment #4 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-06-04 06:39:20 PDT ---
Hi,
If the FIELDNAME matches the FIELDDESCR. FIELDDESCR is redundant and
should be replcaed by NULL.

Please change the rest of the hf declarations in a siimilar way from:
+        {&hf_cflow_packets_dropped,
+         {"Packets Dropped",
+          "cflow.packets_dropped",
+          FT_UINT32, BASE_DEC, NULL, 0x0,
+          "Packets Dropped", HFILL}
+        },
to:
+        {&hf_cflow_packets_dropped,
+         {"Packets Dropped",
+          "cflow.packets_dropped",
+          FT_UINT32, BASE_DEC, NULL, 0x0,
+          NULL, HFILL}
+        },

Regards
Anders

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.