aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
1999-08-25Fixed CPP #ifdef and comment.Gilbert Ramirez1-3/+3
1999-08-24Added John McDermott's colorization routines. There's still someGilbert Ramirez1-4/+57
1999-08-22Remove the include of <sys/time.h> from "file.h" - it's neitherGuy Harris1-3/+5
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris1-11/+9
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris1-2/+9
1999-08-20Enabled error reporting for bad ETHER values in display filters. A newGilbert Ramirez1-3/+2
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-2/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-19/+58
1999-08-15Fixed segfault with new gtk_tree_item deselection routine and -S option.Gilbert Ramirez1-9/+11
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyGuy Harris1-25/+15
1999-08-15Fixed the problem with an assert coming from gtkwidget.c:3196 whenGilbert Ramirez1-4/+22
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris1-37/+14
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -Guy Harris1-5/+5
1999-08-15Oops, forgot to get rid of the "open_cap_file()" in "load_cap_file()"Guy Harris1-6/+1
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".Guy Harris1-48/+58
1999-08-14Fixed segfault with combination of new dfilter struct usage, rfcode,Gilbert Ramirez1-6/+8
1999-08-14Have the "delta" format for time stamps show the time delta between aGuy Harris1-48/+112
1999-08-14Fix up the code that changes the "command-line-specified" time format toGuy Harris1-40/+30
1999-08-14Enable the "Display/Options" menu item when we're capturing with "-S",Guy Harris1-1/+2
1999-08-14In "change_time_formats()", you have to set "fd->cinfo" before you canGuy Harris1-1/+2
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-8/+12
1999-08-10Add the ability to specify a filter to be used when reading the file toGuy Harris1-42/+54
1999-08-10Initialize the "next" pointer of a "frame_data" structure to NULL beforeGuy Harris1-1/+2
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-101/+92
1999-08-08Jochen Friedrich's patch to add a "-R" flag, which takes aGuy Harris1-5/+26
1999-08-07Move a comment, to correctly reflect which code inGuy Harris1-4/+4
1999-08-05Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1-2/+37
1999-08-05Before displaying a packet, clear the tree and hex views; if youGuy Harris1-11/+19
1999-08-04Fix a couple of memory leaks.Guy Harris1-1/+2
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-7/+10
1999-07-28Code cleaning:Laurent Deniel1-56/+3
1999-07-28Include <stdlib.h> to get "atoi()" declared, to squelch a "gcc -Wall"Guy Harris1-1/+2
1999-07-28Fix the -S option :Laurent Deniel1-6/+30
1999-07-28If a column doesn't automatically resize, we have to set its size to theGuy Harris1-4/+9
1999-07-28Get rid of the "Tools/Capture" menu item, in favor of "Capture/Start".Guy Harris1-3/+5
1999-07-28Have:Guy Harris1-6/+54
1999-07-27Actually, I think File/Reload is still used if you do a capture withGuy Harris1-1/+4
1999-07-27File/Reload isn't necessary any more - to run a display filter, justGuy Harris1-4/+1
1999-07-24Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1-1/+47
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1-24/+50
1999-07-23Printing multiple frames in PostScript is a bit tricky, I think - IGuy Harris1-4/+15
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-11/+54
1999-07-22Revert to static sizing of columns.Guy Harris1-90/+33
1999-07-20In the BSD standard I/O library, there's a flag in a FILE structureGuy Harris1-6/+24
1999-07-13Since ethereal is now dependent on GTK+-1.2.x (because of proto_tree andGilbert Ramirez1-43/+1
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+19
1999-07-11When you hit <Return> in the text entry box for the display filter,Guy Harris1-36/+72
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-159/+30
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+15