aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-0/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-03-06Undo the last "fix" (13626): Unconditionally including <pcap.h> isJörg Mayer1-2/+0
2005-03-06Warning fix:Jörg Mayer1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-4/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-3/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-13/+10
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-12/+75
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-06-04Clean up white space.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-51/+33
2002-03-31Get rid of unused arguments.Guy Harris1-4/+3
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-32/+24
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-7/+7
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-3/+5
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-4/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-7/+4
2001-11-21Get rid of some unused variables.Guy Harris1-3/+1
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris1-11/+5
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris1-2/+3
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-4/+6
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