Hi,
I'm not sure if it's correct:
#v+
+ program_name = g_strdup(g_get_prgname());
persconffile_dir = g_strdup_printf("%s" G_DIR_SEPARATOR_S "%s",
- appdatadir, PF_DIR);
+ appdatadir, program_name);
+ g_free(program_name);
#v-
I think we want the same configuration directory both for wireshark and tshark.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <[email protected]>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:[email protected]?subject=unsubscribe