aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
Commit message (Expand)AuthorAgeFilesLines
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-2/+1
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-6/+6
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-32/+24
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-7/+7
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-2/+2
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-3/+5
* Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris2001-12-161-4/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-2/+2
* Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez2001-12-061-7/+4
* Get rid of some unused variables.Guy Harris2001-11-211-3/+1
* Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris2001-11-201-11/+5
* If bytes in a hex dump view are selected, the field in the correspondingGuy Harris2001-11-201-2/+3
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-4/+6
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-4/+2
* Fix typos in comments.Guy Harris2001-03-241-3/+3
* The declaration of "destroy_packet_wins()" belongs inGuy Harris2001-03-241-2/+1
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-16/+46
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-2/+1
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-2/+1
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-2/+5
* "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris2000-09-091-14/+11
* Redraw:Guy Harris2000-09-081-12/+9
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-5/+26
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-46/+1
* It was silly of me to require that "forget_scrolled_window()" be calledGuy Harris2000-08-171-3/+1
* Add a "Save As" feature to the TCP Follow dialogue, to save the streamGilbert Ramirez2000-08-031-2/+1
* Patch from Ben Fowler to rename the global variable "cf" to "cfile", toGuy Harris2000-06-271-8/+8
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-2/+5
* Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris2000-05-181-1/+3
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-2/+2
* We already set the foreground and background color for every frame,Guy Harris2000-03-081-2/+7
* Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris2000-03-021-41/+10
* Use the "destroy" signal on a packet popup window to find out when toGuy Harris2000-03-011-12/+9
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-291-0/+339