Hello there, I'm glad to say that I 've come up with a small contribution to Wireshark. Display Filter dialog box is created each time whenever the Expression button in the filter tool bar is pressed. Likewise it can create n times for n clicks. This question is marked "community wiki". asked 18 Oct '11, 22:09 Terrestrial ... edited 18 Oct '11, 22:15 |
2 Answers:
//global section static GtkWidget *window= NULL; .......... .......... ..........
dfilter_expr_dlg_new(GtkWidget *filter_te) { if (window != NULL) {
answered 18 Oct '11, 22:14 Terrestrial ... edited 18 Oct '11, 22:22 |
The way to contribute code to wireshark is to create a "bug"-report on https://bugs.wireshark.org/ and attach the output of "svn diff". This way we don't lose track of all submissions. answered 20 Oct '11, 01:17 SYN-bit ♦♦ |
Thanks :-) bug 6472.