Instead of having a single enumerated type for status return values from
[jlayton/wireshark.git] / file.h
2005-02-04 Guy HarrisInstead of having a single enumerated type for status...
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lampingremove #include "globals.h" and access to global cfile...
2005-02-04 Ulf Lamping(some) redesign of capture data structures.
2004-12-31 Guy Harris"gtk_entry_get_text()" returns a "const char *" - assig...
2004-10-27 Guy HarrisGet rid of merge_n_files() - it's only called in one...
2004-10-27 Guy HarrisChange some of the merge.c APIs to return more informat...
2004-10-01 Jörg MayerTrivial warning fix
2004-09-04 Guy HarrisThe packet range stuff knows about capture_file structu...
2004-09-04 Guy HarrisRename "range.c" and "range.h" to "packet-range.c"...
2004-09-02 Gerald CombsMove the guts of gtk/file_dlg.c:goto_framenum_cb() to
2004-08-25 Gerald CombsMove the file-reloading code from gtk/file_dlg.c to...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-08 Guy HarrisMake the "human-readable text vs. PSML vs. PDML" choice...
2004-03-08 Guy HarrisDon't refer to "auto_scroll_live" if HAVE_LIBPCAP isn...
2004-03-08 Jörg MayerThis makes ethereal compile again when configured ...
2004-02-23 Guy HarrisAdd a "force" argument to "filter_packets()" and
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-25 Guy HarrisThere's no need to keep a "FILE *" for the file being...
2004-01-24 Guy HarrisAs with "cf_open_error_message()"/"file_open_error_mess...
2004-01-24 Guy HarrisAdd a new "file_open_error_message()" routine in "epan...
2004-01-20 Ulf Lampinga.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-13 Guy HarrisAdd a routine "retap_packet()" that runs through all...
2003-12-29 Ulf LampingFrom Dick Gooris (and me :-)
2003-09-24 Guy HarrisMake "finfo_selected" a member of a "capture_file"...
2003-09-15 Guy HarrisRename various capture file routines to have names...
2003-09-15 Guy HarrisAdd a routine to return the display name for a "capture...
2003-09-12 Ronnie SahlbergAdded TimeReference frames.
2003-08-29 Guy HarrisGet rid of the EBCDIC stuff in the find dialog - it...
2003-08-11 Richard SharpeApplied the "Updated find capabilities...." from Greg...
2003-08-05 Guy HarrisFrom Greg Morris: add support for case-insensitive...
2003-07-25 Guy HarrisGet rid of carriage returns - some compilers don't...
2003-07-22 Guy HarrisFrom Greg Morris: code to support searches for text...
2003-03-02 Guy HarrisHave "goto_frame()" put up error dialog boxes itself...
2002-09-06 Ronnie SahlbergFrom Vassilii Khachaturov, cleanup of redundant code.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-05-27 Guy HarrisClean up the data structures for the color filter code...
2002-05-23 Guy HarrisMake "save_cap_file()" return a Boolean (TRUE on succes...
2002-02-24 Guy HarrisPut all the capture options into a structure.
2002-02-24 Guy Harris"autostop_filesize" and "autostop_duration" don't need...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-06 Gilbert RamirezRemove proto_tree from capture_file and PacketWinData...
2001-12-06 Guy HarrisMake the "Save only marked frames" button in the "Save...
2001-12-04 Guy HarrisMake the bytes-written information from Wiretap a long...
2001-12-04 Guy HarrisSupport for stopping capture at specified capture file...
2001-07-05 Guy Harris"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-05 Guy HarrisEnable "Match Selected" only if there's a field selecte...
2001-04-18 Guy HarrisCheck the validity of numbers specified in command...
2001-02-11 Guy HarrisIn Ethereal, attempt to get the packet statistics from...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...
2001-01-28 Guy HarrisThere's no need for a member of a "capture_file" struct...
2000-10-20 Gilbert RamirezRemove #include "gtk/colors.h" from file.h, which keep...
2000-10-06 Gilbert RamirezImplement epan_dissect_new() and epan_dissect_free...
2000-08-21 Laurent DenielFrames in the packet list can now be marked by the...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-09 Gilbert RamirezMake copy_binary_file() static since follow_dlg.c no...
2000-08-03 Gilbert RamirezAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-20 Guy HarrisUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-09 Guy HarrisTurn the code of "colorize_packet()" into a static...
2000-07-03 Guy HarrisRemove the progress bar from the status line, and,...
2000-06-27 Guy HarrisAdd routines to Wiretap to allow a client of Wiretap...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-05-15 Guy HarrisWe can't trust "cf->current_frame" to refer to the...
2000-04-03 Guy HarrisUse a GMemChunk for allocating and freeing "frame_data...
2000-02-12 Guy HarrisThe color stuff is almost completely toolkit-dependent...
2000-01-24 Guy HarrisEthereal shouldn't use "file_seek()", "file_read()...
2000-01-08 Guy HarrisDon't recompute "cf->count" when filtering packets...
1999-12-10 Gilbert RamirezMove GTK code out of summary.c and into gtk/summary_dlg.c
1999-12-04 Guy HarrisTo find out the file's packet encapsulation type (which...
1999-12-04 Guy HarrisNow that "wtap_file_type_string()" takes a file type...
1999-11-30 Guy HarrisAllow the user to save either all of the current captur...
1999-11-30 Guy HarrisIn "Go To Frame", distinguish between "there is no...
1999-11-29 Guy HarrisExpand some comments.
1999-11-29 Guy HarrisMove the callback for input available on the sync pipe...
1999-11-25 Gerald CombsChange display filter entry widget to a GtkCombo.
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...
next