aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-07-04Note that non-GNU "make"s appear not to be able to build Ethereal, andGuy Harris1-0/+13
1999-07-04In GTK+ 1.0[.x], "gtk_window_set_position()" was calledGuy Harris1-1/+5
1999-07-01Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe2-4/+4
1999-06-28Added some more, auto-generated decoding to packet-smb.c.Richard Sharpe1-3/+1051
1999-06-25When checking to see if a packet is of a given type by checking theGuy Harris1-25/+14
1999-06-25If WITH_WIRETAP is defined, don't define variables used only ifGuy Harris1-1/+5
1999-06-25In my haste to get rid of the compilation warning, I converted theGilbert Ramirez1-2/+2
1999-06-24Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez12-121/+220
1999-06-24 If the "Cancel" button is clicked in the "Display Options"Guy Harris1-1/+29
1999-06-23Finally! Got rid of compilation warning about converting pointer to intGilbert Ramirez1-2/+2
1999-06-22Added an "apply" button to the display option gui, so we can try newGilbert Ramirez1-3/+33
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez17-129/+556
1999-06-22Update the display if the "command-line-specified" time format isGuy Harris5-52/+163
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez5-72/+52
1999-06-21Added "0x" to a couple of proto_tree_add_item printf-style labels thatGilbert Ramirez1-3/+3
1999-06-21Added a paragraph explaining that the SNMP decode in ethereal usesGilbert Ramirez1-0/+11
1999-06-19Update the man page to reflect the "Capture/Start" and "Display/Options"Guy Harris1-1/+13
1999-06-19Update a comment.Guy Harris1-6/+6
1999-06-19Use "gtk_toggle_button_set_state()" rather thanGuy Harris6-96/+79
1999-06-19Update the column widths if we change the time stamp format from theGuy Harris3-14/+73
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris13-169/+387
1999-06-16Found a small bug in how the Token-Ring code tried to be smart and lookedGilbert Ramirez1-3/+3
1999-06-15Put "..." after menu items that will cause a dialog box to be popped upGuy Harris3-41/+41
1999-06-15Get rid of an extra line in the author credits (Brad Robel-ForrestGuy Harris1-2/+0
1999-06-15Don't load the capture file in "main_realize_cb()", load it after theGuy Harris1-20/+36
1999-06-14Add our own "strerror()", which we use on platforms that don't have itGuy Harris10-85/+265
1999-06-14Changed the Access Control and Frame Control fields in the Token-Ring headerGilbert Ramirez2-16/+47
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris6-112/+254
1999-06-12Include "snprintf.h" if necessary - we use "snprintf()".Guy Harris1-1/+10
1999-06-12Don't pop up the "Can't open preferences file" dialog until *after*Guy Harris3-10/+27
1999-06-12Move the comment from the GTK 1.0 tutorial just before the GTK 1.0Guy Harris1-8/+31
1999-06-12Make the string argument to "col_add_str()" a "const gchar *" - itGuy Harris2-4/+4
1999-06-12Use "val_to_str()", rather than "get_XXX()" routines, to map SNMPGuy Harris1-270/+189
1999-06-11Added RSVP protocol dissector.Gilbert Ramirez11-13/+1326
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez22-167/+2849
1999-06-05Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contentsGuy Harris1-3/+2
1999-06-02When checking to see if a packet is of a given type by checking theGuy Harris1-30/+14
1999-06-01When constructing the list for the "Count" combo box in the "Capture"Guy Harris1-2/+2
1999-06-01As we may return an error message, rather than a NetBIOS name, fromGuy Harris1-3/+3
1999-06-01Unfortunately, as the "cap_len" field in a "frame_data" is unsigned,Guy Harris1-2/+2
1999-05-27Correctly handle the case of the root showing up as a name in a DNSGuy Harris3-109/+141
1999-05-26Removed segfault if NCP completion code was decoded for an uknown NCP reply t...Gilbert Ramirez1-4/+11
1999-05-20Dissect ICMP Router Discovery packets (router advertisements and routerGuy Harris1-2/+37
1999-05-19Packaging changes for version 0.6.2Gilbert Ramirez7-207/+163
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez2-2/+5
1999-05-16Added more functionality to the completion-code parsing routine.Gilbert Ramirez1-18/+60
1999-05-16Removed ethereal.1 and copied make rule from doc/Makefile to top-levelGilbert Ramirez3-701/+215
1999-05-16Fixed to actually compile with CMU SNMP library (at least on Linux).Gilbert Ramirez1-7/+67
1999-05-14Further refined NCP fix, and added translation of NCP Completion Code.Gilbert Ramirez1-52/+272
1999-05-13Fixed some serious bugs in the NCP hash routines. I also simplifiedGilbert Ramirez2-44/+174