Hi Everyone, I would like change the layout from default to layout_type_4. I tried changing epan/prefs.c line 1400+ (Wireshark 1.6.1), but that's not working. asked 06 Sep '11, 01:21 Terrestrial ... edited 06 Sep '11, 16:27 helloworld |
One Answer:
In epan/prefs.c ...change prefs.gui_layout_type to your requirement it will solve your problem answered 12 Sep '11, 23:50 flashkicker |
Did you remove your user preferences before using the new Wireshark? It's possible that settings you had created previously are taking precedence over the defaults of your new version.
Why not just go to Edit -> Preferences and select layout 4? Why do you need to change it in the code?