aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2001-12-21Print out messages if any of the ring buffer checks fail.Guy Harris1-16/+22
2001-12-21There is no such thing as an optional parameter to a command-line flagGuy Harris1-8/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez9-12/+42
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-4/+2
2001-12-13Fix up the comment on "set_main_window_name()" (I'm not sure why I putGuy Harris1-15/+51
2001-12-12Go nuts with the 3D logo.Gerald Combs10-15/+77
2001-12-12From Motonori Shindo:Guy Harris1-3/+3
2001-12-12From Motonori Shindo: add a cast of "ip" to "guint8 *" so pointerGuy Harris1-2/+2
2001-12-10Put in a comment indicating that even loading a one-byte field from anGuy Harris1-1/+12
2001-12-10Test the link-layer type of the frame being looked at, not theGuy Harris1-7/+6
2001-12-10Use the encapsulation type of the current frame to decide whatGuy Harris1-11/+27
2001-12-10Get rid of the stuff to use bitfields to dissect IP and TCP headers -Guy Harris1-62/+12
2001-12-10Change a printf() error message to a simple_dialog() error message.Gilbert Ramirez1-2/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
2001-12-09Check for invalid maximum packet count values.Guy Harris1-2/+6
2001-12-09From Gordon McKinney: make IP-over-PPP work with the TCP graph code.Guy Harris1-3/+15
2001-12-09On Win32, a GUI application apparently can't use "popen()" (itGuy Harris1-1/+42
2001-12-08Give the help window a title.Guy Harris1-1/+2
2001-12-08TCP time-sequence, round-trip time, and throughput graphs, from PavelGuy Harris5-2/+3806
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-6/+42
2001-12-06Handle the case of the initial, or current, dissector handle for aGuy Harris1-3/+9
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez3-16/+13
2001-12-06Don't update the "Save As..." dialog box if it doesn't exist.Guy Harris1-7/+22
2001-12-06Make the "Save only marked frames" button in the "Save As..." dialog boxGuy Harris3-14/+56
2001-12-04When making the "number of ring buffer files" spin button sensitive orGuy Harris1-40/+67
2001-12-04Make the bytes-written information from Wiretap a long, as we allowGuy Harris2-9/+145
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris2-21/+176
2001-12-04From Thomas Wittwer: remove unnecessary calls toGuy Harris1-3/+1
2001-12-03"ptype" is always set, even if only to PT_NONE; it will be set to PT_TCPGuy Harris1-21/+22
2001-12-03To check whether the current frame contains TCP or UDP traffic, checkGuy Harris1-168/+25
2001-12-03When the dissector tables are reset to the default settings, the list ofGuy Harris1-1/+10
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-231/+168
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-25/+20
2001-12-03Get rid of an unused variable, and fix a comment.Guy Harris1-3/+2
2001-12-02From John McDermott:Guy Harris2-105/+98
2001-11-24If a non-option command-line argument is specified to Ethereal, treat itGuy Harris1-3/+36
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez5-27/+23
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 Harris3-23/+30
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris3-11/+28
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris3-12/+23
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateGuy Harris2-4/+6
2001-11-09From <a.stockmeier[AT]avm.de>: fix the file dialog box code to useGuy Harris1-2/+2
2001-11-04Include protocols for TCP conversation dissectors in the list ofGuy Harris1-1/+2
2001-11-04Allow a dissector to register preferences that it no longer supports asGuy Harris2-3/+17
2001-10-31Add the Ethereal Web site's mirror of WinPcap to the dialog popped up ifGuy Harris1-2/+5
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-19/+8
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris3-27/+8
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris3-7/+11
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris3-11/+41