aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
AgeCommit message (Expand)AuthorFilesLines
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+3
1999-06-21Found some erroneous usages of gtk_signal_connect_object. I always wonderedGilbert Ramirez1-19/+14
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-51/+14
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1-8/+21
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-2/+11
1999-06-05Don't "g_strdup()" what "gtk_entry_get_text()" returns as the contentsGuy Harris1-3/+2
1999-06-01When constructing the list for the "Count" combo box in the "Capture"Guy Harris1-2/+2
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel1-3/+96
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-54/+39
1999-02-11Have MIN_PACKET_SIZE, rather than 1, be the minimum value in the spinGuy Harris1-3/+3
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris1-6/+6
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-50/+40
1999-02-02No need to disable filter-related widgets for packet capture if we'reGuy Harris1-8/+1
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-1/+2
1998-12-22Fixed more bugs with dialogues and gtk+-1.1.x.Gilbert Ramirez1-2/+8
1998-12-22Stopped the "TCP Follow" screen from producing an error when usingGilbert Ramirez1-2/+2
1998-12-17A patch spread across many files to let Ethereal compile under GTK+-1.1.x.Gilbert Ramirez1-1/+2
1998-11-18* Disable filter-related widgets if we're using wiretap.Gerald Combs1-1/+8
1998-11-17Add a "acinclude.m4" file that defines a "AC_ETHEREAL_STRUCT_SA_LEN"Guy Harris1-2/+2
1998-11-15Back out some changes accidentally commited by the previous checkin - IGuy Harris1-2/+2
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-2/+2
1998-10-28* Added preference file saves and reads.Gerald Combs1-2/+2
1998-10-13Squelch a number of "-Wall" errors by:Guy Harris1-1/+7
1998-10-12- Added match_strval function to packet.cGerald Combs1-75/+113
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-2/+10
1998-09-29Changes to capture.c and capture.h to support more detail in the capturehannes1-17/+44
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-1/+2
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+501