aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-07-12Don't claim that display filters have "tcpdump" filter syntax, as theyGuy Harris1-6/+6
1999-07-11When you hit <Return> in the text entry box for the display filter,Guy Harris3-39/+90
1999-07-11The previous checkins were based on versions of the file prior toGuy Harris2-328/+366
1999-07-10More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe2-298/+933
1999-07-09Add back in the note about GNU "make", "flex", and "bison"/BerkeleyGuy Harris1-2/+15
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez14-186/+247
1999-07-08Declare "dissect_radius()" here.Guy Harris1-1/+2
1999-07-08"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1-3/+3
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez15-399/+750
1999-07-08Put the XOR logic in place, where previously I had left an inclusive-ORGilbert Ramirez1-8/+10
1999-07-08Documented the proto_register_field_array() function, and convertedGilbert Ramirez3-86/+46
1999-07-08Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez2-319/+29
1999-07-07"const"ifty some function arguments and structure members, and "#if 0"Guy Harris4-18/+20
1999-07-07Removed old #include's.Gilbert Ramirez1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez102-5475/+5499
1999-07-07From Jason Lango <jal@netapp.com>, a fix to a long-standing problemGuy Harris2-7/+8
1999-07-07Add support for RTSP (RFC 2326) over TCP, and SDP (RFC 2327) insideGuy Harris8-14/+446
1999-07-06"pntohl()" doesn't actually return a "long" (or an "unsigned long"), itGuy Harris1-3/+3
1999-07-04Include <sys/types.h> before including <netinet/in.h> - you have to doGuy Harris1-0/+1
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