Restore an inadvertently deleted file.
[metze/wireshark/wip.git] / cfile.h
2013-12-22 darkjamesAvoid including definition of column_info structure...
2013-12-03 darkjamesAvoid including <epan/epan.h> in dissectors.
2013-11-29 darkjamesAvoid including <wiretap/wtap.h> in dissectors.
2013-11-15 darkjamesRemove comment & defines for frame_data_sequence from...
2013-08-14 guyGlobal variables considered harmful.
2013-08-01 darkjamesRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-22 darkjamesAbuse epan_t more: add callback to get interface name.
2013-07-21 darkjamesSome work on multi file dissection
2013-07-11 morrissMove some more modules into epan.
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-03-30 eapacheUpdate -2, -R and -Y to behave consistently as per...
2012-12-15 geraldRename the search type menu items to more accurately...
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-10-05 geraldAdd a capture_file * element to packet_range_t and...
2012-09-28 darkjamesRevert r45183:r45184
2012-09-27 darkjamesMissing part of r45183
2012-09-03 darkjamescinfo.columns_changed is only used by ui/gtk, move...
2012-07-19 geraldPass {delayed_}create_progress_dlg a pointer the top...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-20 guyIf the file has an SHB comment or any packet comments...
2012-06-15 guyFor a capture file, keep an array of all encapsulation...
2012-05-24 guyKeep track, in Wiretap, of whether the file is compress...
2012-05-20 guyChange the "user_saved" member of a capture_file struct...
2012-03-02 guyUpdate comment - now that we support adding comments...
2011-12-29 geraldAdd 'extern "C"' wrappers and #include guards to variou...
2011-05-12 darkjamesPacket editor: support for saving changed frames.
2011-04-27 guyCreate a new frame_data_sequence data type; it represen...
2011-04-25 guyStore the frame_data structures in a tree, rather than...
2011-04-25 guyMake the packet count an unsigned value, as frame numbe...
2011-01-31 etxrabFrom Cal Turney:
2011-01-19 sfisherFrom Cal Turney via enhancement bug #5587: In hex or...
2010-08-16 etxrabFrom Cal Turney:
2010-08-13 guyInstead of using a Boolean for the search direction...
2010-04-01 geraldKeep a copy of the interface description and capture...
2009-12-17 stigIntroduce "Ignore Packet" in the packet list.
2009-09-22 krjRename init_cap_file() to cap_file_init()
2009-09-22 krjIntroduce cap_file_add_fdata() and start using it
2009-09-21 krjRemove unused 'vers' member in capture_file
2009-09-21 krjRemove unused 'pstats' member in capture_file
2009-09-21 krjRename capture_file.plist to capture_file.plist_start...
2009-07-24 etxrabUse g_slice if glib >=2.10
2009-02-15 wmeierAdjust some spacing ....
2008-11-18 stigOptimized finding current row from cfile.current_frame.
2008-09-30 sakeFrom jmmikkel@mit.edu (Bug 2895):
2007-01-01 sahlbergbreak out dfcode from the capture file structure and...
2006-11-14 sfisherNew feature to automatically highlight the field found...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-21 sahlbergname change
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 guyGet rid of f_len field in capture_file structure -...
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-15 guyRename a bunch of variables and routines that pertain...
2004-02-03 ulfladded some more info to the statusbar (filesize, packet...
2004-01-25 guyThere's no need to keep a "FILE *" for the file being...
2004-01-09 guyWe don't need to keep the progress bar quantum or next...
2003-09-24 guyMake "finfo_selected" a member of a "capture_file"...
2003-09-15 guyAdd a routine to return the display name for a "capture...
2003-09-15 guyKeep a "display name" as part of a capture_file structu...
2003-08-29 guyGet rid of the EBCDIC stuff in the find dialog - it...
2003-07-22 guyFrom Greg Morris: code to support searches for text...
2002-09-06 sahlbergForgot to add two files