Fixed the way IPX network name resolution works with name resolution
[metze/wireshark/wip.git] / file.h
1999-11-18 Guy HarrisClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-08 Guy HarrisAdd a "Go To Frame" menu item, which lets you go to...
1999-11-06 Guy HarrisPop up a message box if a search for a frame fails.
1999-11-06 Guy HarrisAdd a "Find Frame" menu item under "Display"; it lets...
1999-10-11 Guy HarrisWhen a new display filter is to be applied, don't set...
1999-10-02 Guy HarrisGet rid of some unused fields in a "capture_file" struc...
1999-09-29 Guy HarrisAdd an item to the "File/Print" dialog box to ask that...
1999-09-23 Ashok NarayananAdds progress bar functionality back for loading files...
1999-09-22 Ashok NarayananThis commit contains support for reading capture files...
1999-09-12 Guy HarrisAdd a "Expand all levels"/"Print as displayed" pair...
1999-09-12 Guy HarrisAdd summary-vs-detail radio buttons to the print dialog...
1999-08-28 Guy HarrisDon't do file-read progress bar updates with a timeout...
1999-08-24 Gilbert RamirezAdded John McDermott's colorization routines. There...
1999-08-22 Guy HarrisRemove the include of <sys/time.h> from "file.h" -...
1999-08-22 Guy HarrisDLT_NULL, from "libpcap", means different things on...
1999-08-18 Gilbert RamirezRe-arranged Ethereal's definitions of DLT_RAW et al...
1999-08-18 Guy HarrisAdd to Wiretap the ability to write capture files;...
1999-08-15 Guy HarrisDon't preserve the read filter from file to file -...
1999-08-15 Guy HarrisHave "wtap_open_offline()" return, on failure, an indic...
1999-08-15 Guy Harris"read_cap_file()" doesn't need to be passed a file...
1999-08-15 Guy HarrisSplit "load_cap_file()" into "open_cap_file()" and...
1999-08-13 Gilbert RamirezMoved global memory alloction used in display filters...
1999-08-11 Gilbert RamirezChanged two #include <>'s to #include "" 's, for stylis...
1999-08-10 Guy HarrisMore whitespace fixups, and fix a typo in a comment.
1999-08-10 Guy HarrisFix up whitespace.
1999-08-10 Guy HarrisAdd the ability to specify a filter to be used when...
1999-08-10 Guy HarrisBuilding a GList by adding elements to the end with...
1999-08-07 Laurent DenielAllow compilation of ethereal in a directory different...
1999-08-05 Gilbert RamirezAdded a progress bar to the display filter computation...
1999-08-02 Guy HarrisCheck in Olivier Abad's patch to add dissectors for...
1999-07-24 Guy HarrisTurn "protocol_tree" and "fd" from global variables...
1999-07-24 Guy HarrisHave "close_cap_file()" disable all menu items that...
1999-07-23 Guy HarrisAdd a "File/Print" menu item, which prints *all* the...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-09 Gilbert RamirezAdded the ability to create a read-only ethereal, i...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-22 Gilbert RamirezAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-22 Guy HarrisUpdate the display if the "command-line-specified"...
1999-06-19 Guy HarrisAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 Guy HarrisImprove the alert boxes put up for file open/read/write...
1999-05-11 Laurent DenielLive data capture and display enhancement that allows...
1999-04-06 Gilbert RamirezCapturing packets from ethereal now saves the capture...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-02-11 Guy HarrisMake the minimum and maximum packet sizes #defines.
1999-01-07 Gilbert RamirezI removed the per-file encapsulation type from wiretap...
1999-01-02 Gilbert RamirezAdded the iptrace (AIX's packet-capture tool) file...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-15 Guy HarrisAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-12 Gerald Combs- Added match_strval function to packet.c
1998-09-17 Gerald Combs* Added Mike Hall's TCP reconstruction code.
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision