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 6153] Wireshark plugin for CSG2 R6 interface.

Date: Mon, 19 Sep 2011 01:08:32 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6153

--- Comment #10 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-09-19 01:08:30 PDT ---
(In reply to comment #9)
> Created an attachment (id=7042)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7042) [details]
> csg.dll plugin code for csg2 r6
> I can find check_col is being used in several plugins in same svn version. 
> If it's completely deprecated then which alternative we can use for this!
> Please review the code and please let me know if it still require to be added
> as a dissector instead of plugin.

In trunk(the development tree) check_col is not used in any plugin, chcek_col
is
deprecated as it's not needed any more as the check is preformed inside the
function calls e.g. the check can be removed.

Yes we prefer it as a built in dissector.

It should not be a heuristic dissector, the GTP dissection should be made
by packet-gtp.c use the dissector table for CDR:s in packet-gtp.c or is there a
compelling reason not to?

Could the radius dissection be done by the radius dissector or the value
strings
imported from packet-radius.c?

hf names should start with hf_csg I think, randomly picked example.
-hf_qualified_refund_unit filter name csg.qualified.refund.unit
+hf_csg_qualified_refund_unit filter name csg.qualified.refund.unit

What's with
+    proto_csg_ft = proto_register_protocol("CSG FT Protocol",
+                                           "CSG FT",
+                                           "csg-ft");
That seems to not be used any more should all related code including hf vars be
removed?

Regards
Anders

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