Add an initial "Decode As" dialog. Currently read-only.
[metze/wireshark/wip.git] / ui / gtk / decode_as_dlg.c
2013-11-22 geraldAdd an initial "Decode As" dialog. Currently read-only.
2013-11-22 geraldMove common "decode as" preference code to epan.
2013-11-20 mmannProvide "Decode As" functionality through dissectors...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-08 guyAnother one.
2013-11-08 guyWhat matters is the encapsulation type, not the file...
2013-05-22 guyMake routines not used outside their source files static.
2013-04-09 morrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-28 eapacheFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-24 eapacheRedissect extra packet windows in all cases (that I...
2013-03-21 wmeierFrom beroset:
2013-03-07 etxrabUse explicit casts.
2013-02-21 mmannMinor Bluetooth fixes
2013-01-14 cmaynardFix Coverity CID 741991: Wrong sizeof argument.
2012-12-26 guyFix a bunch of warnings.
2012-12-22 eapacheRemove unneeded initializations, and one redundant...
2012-11-06 etxrabTry to make the decode as window look a bit nicer.
2012-11-05 etxrabInitialize variables.
2012-11-05 etxrabFrom Michal Labedzki:
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 etxrabFrom Rick Krull:
2012-08-01 geraldMove utf8_entities.h to the "ui" directory. Separate...
2012-08-01 morriss#include old-gtk-compat.h in order to get compilation...
2012-08-01 etxrabGet rid of some GTK_CHECK_VERSION instances by using...
2012-07-20 darkjamesDecode as: Don't add notebook twice to hbox (fix r43825)
2012-07-19 etxrabShoul be gtk_box_pack_start(GTK_BOX (vbox), message_typ...
2012-07-19 etxrabgtk_container_add() -> gtk_box_pack_start().
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-01 morrissOnly propose decoding PPID 0 if that PPID is in the...
2012-05-25 cmaynardIf either create_persconffile_dir() or ws_fopen() fail...
2012-04-20 etxrabReplace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_b...
2012-01-16 guyMove some headers for UI stuff, and the alert_box.c...
2012-01-15 jmayerMove gtk to ui/gtk.