aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/wlan_stat_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Gtk: Remove source codeRoland Knall1-2017/+0
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-0/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-4/+4
2017-01-31format_text -> format_text_wmem for wlan dialogsMichael Mann1-4/+14
2016-10-16Inspired by prevous commit: grep for wlan_mgt turned up a few more occurrence...Joerg Mayer1-3/+3
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-6/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+6
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-3/+3
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-3/+3
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-3/+3
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-5/+5
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-20Add the WLAN statistics dialog.Gerald Combs1-14/+10
2015-07-10IEEE 802.11: tap all packetsPascal Quantin1-0/+7
2015-07-03Move some frame control field #defines to a header and use them elsewhere.Guy Harris1-33/+33
2015-05-06Set tap filter when WLAN "Limit to display filter" option is checked.Michael Mann1-0/+6
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-6/+19
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-3/+6
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-4/+10
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-14/+16
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-07-01Keep VS Code Analysis happyBalint Reczey1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard1-6/+6
2014-04-19Some routine name changes.Guy Harris1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-16Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
2013-12-21fix some warnings.Jakub Zawadzki1-7/+7
2013-03-21From beroset:Bill Meier1-8/+8
2013-01-17General cleanup:Bill Meier1-1129/+1130
2013-01-17Use gtk_box_pack_start() instead of gtk_container_add()Bill Meier1-3/+5
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationGerald Combs1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris1-3/+9
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-3/+0
2012-04-21More GTK3 adaptationsAnders Broman1-1/+1
2012-04-20Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-4/+4
2012-04-09Fix 'overflow in implicit constant conversion', make it const.Jakub Zawadzki1-1/+1
2012-04-04Fix CID 617: te can't be NULL here (unless si is NULL in which case we'veJeff Morriss1-3/+0
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+2
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/+1970