aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy21-71/+68
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoguy6-48/+110
2002-01-18Squelch a valid compiler warning (passing a "char" to the "is..." macrosguy1-2/+4
2002-01-18Memory freeing fix, from Jirka Novak.guy1-7/+7
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andguy1-2/+26
2002-01-14Get the current value of Boolean preferences before adding widgets forguy1-1/+2
2002-01-13Add a preferences page for the name resolution flags.guy14-344/+530
2002-01-12Put the labels of check boxes to the left of the checkboxes,guy1-6/+8
2002-01-12Get rid of unused variables.guy1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forguy1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoguy1-2/+2
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notguy1-7/+7
2002-01-11From Jirka Novak:guy4-34/+469
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy20-155/+118
2002-01-11Have routines to create GtkCTrees, set their line and expander styleguy10-154/+188
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",guy3-26/+48
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.guy2-8/+35
2002-01-10Add a preferences page for capture preferences, so that the user canguy7-15/+261
2002-01-08Don't process a color filter if there's no filter associated with it.guy1-107/+111
2002-01-08Add a routine to kill a capture child if it exists, so that if we exitguy1-29/+48
2002-01-03From Albert Chin: eliminate a GCCism.guy1-3/+3
2001-12-31Fix a pointer error in find_stat_node.gerald1-2/+5
2001-12-31Add preferences to save the main window size and position. If enabled,gerald4-28/+158
2001-12-21Print out messages if any of the ring buffer checks fail.guy1-16/+22
2001-12-21There is no such thing as an optional parameter to a command-line flagguy1-8/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram9-12/+42
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-4/+2
2001-12-13Fix up the comment on "set_main_window_name()" (I'm not sure why I putguy1-15/+51
2001-12-12Go nuts with the 3D logo.gerald10-15/+77
2001-12-12From Motonori Shindo:guy1-3/+3
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerguy1-2/+2
2001-12-10Put in a comment indicating that even loading a one-byte field from anguy1-1/+12
2001-12-10Test the link-layer type of the frame being looked at, not theguy1-7/+6
2001-12-10Use the encapsulation type of the current frame to decide whatguy1-11/+27
2001-12-10Get rid of the stuff to use bitfields to dissect IP and TCP headers -guy1-62/+12
2001-12-10Change a printf() error message to a simple_dialog() error message.gram1-2/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-2/+2
2001-12-09Check for invalid maximum packet count values.guy1-2/+6
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.guy1-3/+15
2001-12-09On Win32, a GUI application apparently can't use "popen()" (itguy1-1/+42
2001-12-08Give the help window a title.guy1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from Pavelguy5-2/+3806
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-6/+42
2001-12-06Handle the case of the initial, or current, dissector handle for aguy1-3/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram3-16/+13
2001-12-06Don't update the "Save As..." dialog box if it doesn't exist.guy1-7/+22
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxguy3-14/+56
2001-12-04When making the "number of ring buffer files" spin button sensitive orguy1-40/+67
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy2-9/+145
2001-12-04Support for stopping capture at specified capture file size or captureguy2-21/+176