White space changes.
[obnox/wireshark/wip.git] / file.h
2000-10-20 gramRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-08-21 denielFrames in the packet list can now be marked by the...
2000-08-11 denielMiscellaneous code cleaning
2000-08-09 gramMake copy_binary_file() static since follow_dlg.c no...
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-03 guyRemove the progress bar from the status line, and,...
2000-06-27 guyAdd routines to Wiretap to allow a client of Wiretap...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-15 guyWe can't trust "cf->current_frame" to refer to the...
2000-04-03 guyUse a GMemChunk for allocating and freeing "frame_data...
2000-02-12 guyThe color stuff is almost completely toolkit-dependent...
2000-01-24 guyEthereal shouldn't use "file_seek()", "file_read()...
2000-01-08 guyDon't recompute "cf->count" when filtering packets...
1999-12-10 gramMove GTK code out of summary.c and into gtk/summary_dlg.c
1999-12-04 guyTo find out the file's packet encapsulation type (which...
1999-12-04 guyNow that "wtap_file_type_string()" takes a file type...
1999-11-30 guyAllow the user to save either all of the current captur...
1999-11-30 guyIn "Go To Frame", distinguish between "there is no...
1999-11-29 guyExpand some comments.
1999-11-29 guyMove the callback for input available on the sync pipe...
1999-11-25 geraldChange display filter entry widget to a GtkCombo.
1999-11-18 guyClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-08 guyAdd a "Go To Frame" menu item, which lets you go to...
1999-11-06 guyPop up a message box if a search for a frame fails.
1999-11-06 guyAdd a "Find Frame" menu item under "Display"; it lets...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-02 guyGet rid of some unused fields in a "capture_file" struc...
1999-09-29 guyAdd an item to the "File/Print" dialog box to ask that...
1999-09-23 ashoknAdds progress bar functionality back for loading files...
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-12 guyAdd a "Expand all levels"/"Print as displayed" pair...
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-08-28 guyDon't do file-read progress bar updates with a timeout...
1999-08-24 gramAdded John McDermott's colorization routines. There...
1999-08-22 guyRemove the include of <sys/time.h> from "file.h" -...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-18 gramRe-arranged Ethereal's definitions of DLT_RAW et al...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-15 guyDon't preserve the read filter from file to file -...
1999-08-15 guyHave "wtap_open_offline()" return, on failure, an indic...
1999-08-15 guy"read_cap_file()" doesn't need to be passed a file...
1999-08-15 guySplit "load_cap_file()" into "open_cap_file()" and...
1999-08-13 gramMoved global memory alloction used in display filters...
1999-08-11 gramChanged two #include <>'s to #include "" 's, for stylis...
1999-08-10 guyMore whitespace fixups, and fix a typo in a comment.
1999-08-10 guyFix up whitespace.
1999-08-10 guyAdd the ability to specify a filter to be used when...
1999-08-10 guyBuilding a GList by adding elements to the end with...
1999-08-07 denielAllow compilation of ethereal in a directory different...
1999-08-05 gramAdded a progress bar to the display filter computation...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-24 guyTurn "protocol_tree" and "fd" from global variables...
1999-07-24 guyHave "close_cap_file()" disable all menu items that...
1999-07-23 guyAdd a "File/Print" menu item, which prints *all* the...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-06-22 guyUpdate the display if the "command-line-specified"...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-05-11 denielLive data capture and display enhancement that allows...
1999-04-06 gramCapturing packets from ethereal now saves the capture...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-02-11 guyMake the minimum and maximum packet sizes #defines.
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-11-17 gerald* Added column formatting functionality.
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-12 gerald- Added match_strval function to packet.c
1998-09-17 gerald* Added Mike Hall's TCP reconstruction code.
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision