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 6258] SIP-T/I supported only ITU till date. Added support

Date: Tue, 23 Aug 2011 03:23:11 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6258

--- Comment #3 from Kamal Bhambhani <kamal_bhambhani@xxxxxxxxx> 2011-08-23 03:23:11 PDT ---
also in gtk/capture_dlg.c, it fails comppiling due to a typo as below

Required
gtk_tooltips_set_tip(tooltips, filter_cm,
    "Enter a capture filter to reduce the amount of packets to be captured. "
    "See \"Capture Filters\" in the online help for further information how to
use it."
    "Syntax checking can be disabled in Preferences -> Capture -> Syntax check
capture filter.",
    NULL);

there is a comma between the string and no comma before null in 1.6.1 src
release.

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