aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
1999-08-24Added John McDermott's colorization routines. There's still somegram1-1/+9
1999-08-22Remove the include of <sys/time.h> from "file.h" - it's neitherguy1-6/+1
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsguy1-8/+2
1999-08-18Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.cgram1-1/+2
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyguy1-5/+3
1999-08-15Don't preserve the read filter from file to file - you won't necessarilyguy1-3/+3
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theguy1-14/+1
1999-08-15"read_cap_file()" doesn't need to be passed a file name as an argument -guy1-2/+2
1999-08-15Split "load_cap_file()" into "open_cap_file()" and "read_cap_file()".guy1-2/+2
1999-08-13Moved global memory alloction used in display filters (which was storedgram1-2/+6
1999-08-11Changed two #include <>'s to #include "" 's, for stylistic reasons only.gram1-2/+2
1999-08-10More whitespace fixups, and fix a typo in a comment.guy1-4/+4
1999-08-10Fix up whitespace.guy1-2/+2
1999-08-10Add the ability to specify a filter to be used when reading the file toguy1-29/+30
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isguy1-2/+3
1999-08-07Allow compilation of ethereal in a directory different thandeniel1-2/+2
1999-08-05Added a progress bar to the display filter computation. Unfortunately,gram1-1/+2
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andguy1-1/+2
1999-07-24Turn "protocol_tree" and "fd" from global variables into members of aguy1-1/+4
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifguy1-1/+4
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theguy1-2/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-1/+6
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatgram1-2/+11
1999-07-07Created a new protocol tree implementation and a new display filtergram1-57/+6
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withgram1-1/+4
1999-06-22Update the display if the "command-line-specified" time format isguy1-2/+3
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichguy1-3/+4
1999-06-12Improve the alert boxes put up for file open/read/write errors. (Someguy1-1/+23
1999-05-11Live data capture and display enhancement that allows network capture anddeniel1-1/+3
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...gram1-2/+5
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowgram1-3/+9
1999-02-11Make the minimum and maximum packet sizes #defines.guy1-2/+2
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesgram1-1/+3
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.gram1-1/+3
1998-11-17* Added column formatting functionality.gerald1-2/+3
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.guy1-22/+18
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+14
1998-10-12- Added match_strval function to packet.cgerald1-2/+3
1998-09-17* Added Mike Hall's TCP reconstruction code.gerald1-1/+2
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
1998-09-16Initial revisiongerald1-0/+99