aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
AgeCommit message (Expand)AuthorFilesLines
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-2/+6
1999-08-11Changed two #include <>'s to #include "" 's, for stylistic reasons only.Gilbert Ramirez1-2/+2
1999-08-10More whitespace fixups, and fix a typo in a comment.Guy Harris1-4/+4
1999-08-10Fix up whitespace.Guy Harris1-2/+2
1999-08-10Add the ability to specify a filter to be used when reading the file toGuy Harris1-29/+30
1999-08-10Building a GList by adding elements to the end with "g_list_append()" isGuy Harris1-2/+3
1999-08-07Allow compilation of ethereal in a directory different thanLaurent Deniel1-2/+2
1999-08-05Added a progress bar to the display filter computation. Unfortunately,Gilbert Ramirez1-1/+2
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-1/+2
1999-07-24Turn "protocol_tree" and "fd" from global variables into members of aGuy Harris1-1/+4
1999-07-24Have "close_cap_file()" disable all menu items that make sense only ifGuy Harris1-1/+4
1999-07-23Add a "File/Print" menu item, which prints *all* the packets in theGuy Harris1-2/+3
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+6
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-2/+11
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-57/+6
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-1/+4
1999-06-22Update the display if the "command-line-specified" time format isGuy Harris1-2/+3
1999-06-19Added "Capture" and "Display" menus; "Capture" has a "Start" item, whichGuy Harris1-3/+4
1999-06-12Improve the alert boxes put up for file open/read/write errors. (SomeGuy Harris1-1/+23
1999-05-11Live data capture and display enhancement that allows network capture andLaurent Deniel1-1/+3
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1-2/+5
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-3/+9
1999-02-11Make the minimum and maximum packet sizes #defines.Guy Harris1-2/+2
1999-01-07I removed the per-file encapsulation type from wiretap, and make all filetypesGilbert Ramirez1-1/+3
1999-01-02Added the iptrace (AIX's packet-capture tool) file format to wiretap.Gilbert Ramirez1-1/+3
1998-11-17* Added column formatting functionality.Gerald Combs1-2/+3
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.Guy Harris1-22/+18
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+14
1998-10-12- Added match_strval function to packet.cGerald Combs1-2/+3
1998-09-17* Added Mike Hall's TCP reconstruction code.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/+99