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 5870] TShark needs an option to selectively "open up" only

Date: Thu, 28 Apr 2011 23:53:29 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5870

Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stig@xxxxxxxxxxxxx

--- Comment #2 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2011-04-28 23:53:22 PDT ---
I modified the parsing loop to use strtok, please verify!

    output_only_tables = g_hash_table_new (g_str_hash, g_str_equal);
    for (ps = strtok (output_only, ","); ps; ps = strtok (NULL, ",")) {
      g_hash_table_insert(output_only_tables, (gpointer)ps, (gpointer)ps);
    }

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