aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/decode_as_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-0/+2
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-4/+4
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-32/+8
2013-11-29Restore disabled "decode as" settings.Gerald Combs1-3/+3
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-2/+2
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-239/+13
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-745/+221
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-08Another one.Guy Harris1-1/+1
2013-11-08What matters is the encapsulation type, not the file type, so just testGuy Harris1-1/+1
2013-05-22Make routines not used outside their source files static.Guy Harris1-5/+11
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+3
2013-03-24Redissect extra packet windows in all cases (that I know of) where weEvan Huus1-0/+4
2013-03-21From beroset:Bill Meier1-8/+8
2013-03-07Use explicit casts.Anders Broman1-42/+42
2013-02-21Minor Bluetooth fixesMichael Mann1-2/+14
2013-01-14Fix Coverity CID 741991: Wrong sizeof argument.Chris Maynard1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6
2012-12-22Remove unneeded initializations, and one redundant if condition.Evan Huus1-1/+1
2012-11-06Try to make the decode as window look a bit nicer.Anders Broman1-22/+22
2012-11-05Initialize variables.Anders Broman1-5/+5
2012-11-05From Michal Labedzki:Anders Broman1-5/+186
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10From Rick Krull:Anders Broman1-0/+1
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-08-01#include old-gtk-compat.h in order to get compilation working with older gtks.Jeff Morriss1-0/+1
2012-08-01Get rid of some GTK_CHECK_VERSION instances by using compabillity macros.Anders Broman1-8/+0
2012-07-20Decode as: Don't add notebook twice to hbox (fix r43825)Jakub Zawadzki1-2/+1
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Only propose decoding PPID 0 if that PPID is in the currently-selected frame.Jeff Morriss1-21/+20
2012-05-25If either create_persconffile_dir() or ws_fopen() fail, then bail out. This ...Chris Maynard1-0/+2
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-10/+10
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-1/+1
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+2038