aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-03-24Fix typos in comments.Guy Harris1-3/+3
2001-03-24The declaration of "destroy_packet_wins()" belongs inGuy Harris1-2/+1
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-16/+46
2001-02-11In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris1-2/+1
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez1-2/+1
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-2/+5
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris1-14/+11
2000-09-08Redraw:Guy Harris1-12/+9
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-5/+26
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-46/+1
2000-08-17It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris1-3/+1
2000-08-03Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez1-2/+1
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris1-8/+8
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-2/+5
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris1-1/+3
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-2/+2
2000-03-08We already set the foreground and background color for every frame,Guy Harris1-2/+7
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris1-41/+10
2000-03-01Use the "destroy" signal on a packet popup window to find out when toGuy Harris1-12/+9
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-0/+339