fix MSVC unused magic warning
[obnox/wireshark/wip.git] / file.h
2004-10-01 jmayerTrivial warning fix
2004-09-04 guyThe packet range stuff knows about capture_file structu...
2004-09-04 guyRename "range.c" and "range.h" to "packet-range.c"...
2004-09-02 geraldMove the guts of gtk/file_dlg.c:goto_framenum_cb() to
2004-08-25 geraldMove the file-reloading code from gtk/file_dlg.c to...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-08 guyMake the "human-readable text vs. PSML vs. PDML" choice...
2004-03-08 guyDon't refer to "auto_scroll_live" if HAVE_LIBPCAP isn...
2004-03-08 jmayerThis makes ethereal compile again when configured ...
2004-02-23 guyAdd a "force" argument to "filter_packets()" and
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-24 guyAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 guyAdd a new "file_open_error_message()" routine in "epan...
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-13 guyAdd a routine "retap_packet()" that runs through all...
2003-12-29 ulflFrom Dick Gooris (and me :-)
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-15 guyRename various capture file routines to have names...
2003-09-15 guyAdd a routine to return the display name for a "capture...
2003-09-12 sahlbergAdded TimeReference frames.
2003-08-29 guyGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-11 sharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 guyFrom Greg Morris: add support for case-insensitive...
2003-07-25 guyGet rid of carriage returns - some compilers don't...
2003-07-22 guyFrom Greg Morris: code to support searches for text...
2003-03-02 guyHave "goto_frame()" put up error dialog boxes itself...
2002-09-06 sahlbergFrom Vassilii Khachaturov, cleanup of redundant code.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 guyFrom Graeme Hewson:
2002-05-27 guyClean up the data structures for the color filter code...
2002-05-23 guyMake "save_cap_file()" return a Boolean (TRUE on succes...
2002-02-24 guyPut all the capture options into a structure.
2002-02-24 guy"autostop_filesize" and "autostop_duration" don't need...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-06 gramRemove proto_tree from capture_file and PacketWinData...
2001-12-06 guyMake the "Save only marked frames" button in the "Save...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-05 guyEnable "Match Selected" only if there's a field selecte...
2001-04-18 guyCheck the validity of numbers specified in command...
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2001-02-01 gramCreate a more modular type system for the FT_* types...
2001-01-28 guyThere's no need for a member of a "capture_file" struct...
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...
next