summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_panes.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-09-01gtk: fix 32-bit buildPeter Wu1-2/+2
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-01-01No, you don't have to allocate colors.Guy Harris1-11/+0
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin1-1/+1
2015-11-27Fix display of bytes as EBCDICPascal Quantin1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-1/+1
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-02-14Fix diagnostics macros and squelch a gcc warning.Gerald Combs1-3/+4
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+4
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-2/+0
2014-10-13Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin1-2/+2
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-10/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-4/+2
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-1/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-1/+1
2013-07-26From Cal Turney and Jiří Engelthaler viaJeff Morriss1-3/+0
2013-07-19Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-RightJakub Zawadzki1-3/+1
2013-07-19Fix gtk warnings when clicking on some byte on byte pane.Jakub Zawadzki1-2/+2
2013-07-15One more try at fixing all the issues reported inJeff Morriss1-8/+14
2013-07-12As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+9
2013-07-11Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-47/+51
2013-07-10Fix bug #8908: Strange behavior of tree expand/collapse in packet detailsJakub Zawadzki1-13/+37
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-17/+13
2013-07-01Fix Coverity CID 1037114 (Dereference before null check).Chris Maynard1-0/+2
2013-06-21fix for r50095 don't fetch parent hfinfo, traverse tree to get top one.Jakub Zawadzki1-19/+38
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki1-10/+47
2013-05-15Use file_selection_run() for dialogs created with file_selection_new().Guy Harris1-116/+52
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-2/+1
2013-03-21Idea from Michail Koreshkov via bug #8371. Open a referenced packet in a newEvan Huus1-2/+7
2013-03-21From beroset:Bill Meier1-6/+6
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-6/+6
2013-01-25When searching for hex bytes from the "Find Packet" dialog, highlight the cor...Chris Maynard1-6/+13
2013-01-22GTK+:Gerald Combs1-33/+1
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-1/+1
2012-10-20Make data_source opqaue, add getter for tvb.Jakub Zawadzki1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-24Make proto_tree_draw wrapper function to proto_tree_draw_resolve.Jakub Zawadzki1-8/+3
2012-07-15Fix win* buildbot warnings:Jakub Zawadzki1-1/+1
2012-07-15Fix bug #6690: Wireshark quite slow displaying frames with many detail pane n...Jakub Zawadzki1-736/+18
2012-07-06- e_addr_resolve is structure so pass it by pointer.Jakub Zawadzki1-1/+1
2012-07-06From Michael Mann:Anders Broman1-1/+1
2012-06-30Fix bug #7425: Per-packet right-click network or MAC name resolution not workingJakub Zawadzki1-0/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-16Clean up indentation.Guy Harris1-19/+19