Add support for Banyan Vines addresses to the code that handles the
[obnox/wireshark/wip.git] / file.c
1999-10-22 guyAdd support for Banyan Vines addresses to the code...
1999-10-22 guyAdd support for Appletalk DDP addresses to the code...
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-20 gramAdded Nathan's patch for AFS and RX dissection.
1999-10-12 guyHave "dfilter_compile()" return 0 on success and 1...
1999-10-12 gramRe-implemented fix to keep display filter from reading...
1999-10-11 gramFixed bug reported by Laurent regarding byte-string...
1999-10-11 guyWhen a new display filter is to be applied, don't set...
1999-10-10 sharpeBig bunch of fixes to packet-smb.c for things I need.
1999-10-05 gramAdded Santeri Paavolainen's <santtu@ssh.fi> patch to...
1999-09-30 gramAdded check for <sys/wait.h> #ifdef'ed the SIGSYS block...
1999-09-30 guyWhen we get an EOF on the sync pipe in sync mode, wait...
1999-09-29 guyAdd an item to the "File/Print" dialog box to ask that...
1999-09-29 gramAdded and extended Santeri Paavolainen's <santtu@ssh...
1999-09-24 gramRe-enable progress bar movement during display filter...
1999-09-23 guyMake the buffer into which we read from the sync pipe...
1999-09-23 ashoknAdds progress bar functionality back for loading files...
1999-09-23 guy"sync_mode" isn't used in "file.c", so there's no need...
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-19 denielAdded "Automatic scrolling in live capture".
1999-09-13 guyHave a progress bar for "File/Print".
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-09-11 denielCollapse/Expand All protocol tree added in Display...
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-09-09 gramMore shuffling of GTK-related files to gtk subdirectory.
1999-09-01 gramMoved GTK-dependent routines for file dialogues, print...
1999-08-28 gramStop processing of colorization display filters after...
1999-08-28 guyDon't do file-read progress bar updates with a timeout...
1999-08-26 gramIntroduces a new global gboolean variable: proto_tree_i...
1999-08-25 gramFixed CPP #ifdef and comment.
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 guyAdd a "wtap_strerror()" routine, which takes as an...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 gramEnabled error reporting for bad ETHER values in display...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-15 gramFixed segfault with new gtk_tree_item deselection routi...
1999-08-15 guyDon't preserve the read filter from file to file -...
1999-08-15 gramFixed the problem with an assert coming from gtkwidget...
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 guyOops, forgot to get rid of the "open_cap_file()" in...
1999-08-15 guySplit "load_cap_file()" into "open_cap_file()" and...
1999-08-14 gramFixed segfault with combination of new dfilter struct...
1999-08-14 guyHave the "delta" format for time stamps show the time...
1999-08-14 guyFix up the code that changes the "command-line-specifie...
1999-08-14 guyEnable the "Display/Options" menu item when we're captu...
1999-08-14 guyIn "change_time_formats()", you have to set "fd->cinfo...
1999-08-13 gramMoved global memory alloction used in display filters...
1999-08-10 guyAdd the ability to specify a filter to be used when...
1999-08-10 guyInitialize the "next" pointer of a "frame_data" structu...
1999-08-10 guyBuilding a GList by adding elements to the end with...
1999-08-08 guyJochen Friedrich's patch to add a "-R" flag, which...
1999-08-07 guyMove a comment, to correctly reflect which code in
1999-08-05 gramAdded a progress bar to the display filter computation...
1999-08-05 guyBefore displaying a packet, clear the tree and hex...
1999-08-04 guyFix a couple of memory leaks.
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-28 denielCode cleaning:
1999-07-28 guyInclude <stdlib.h> to get "atoi()" declared, to squelch...
1999-07-28 denielFix the -S option :
1999-07-28 guyIf a column doesn't automatically resize, we have to...
1999-07-28 guyGet rid of the "Tools/Capture" menu item, in favor...
1999-07-28 guyHave:
1999-07-27 guyActually, I think File/Reload is still used if you...
1999-07-27 guyFile/Reload isn't necessary any more - to run a display...
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 guyPrinting multiple frames in PostScript is a bit tricky...
1999-07-23 guyAdd a "File/Print" menu item, which prints *all* the...
1999-07-22 guyRevert to static sizing of columns.
1999-07-20 guyIn the BSD standard I/O library, there's a flag in...
1999-07-13 gramSince ethereal is now dependent on GTK+-1.2.x (because...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-11 guyWhen you hit <Return> in the text entry box for the...
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 guyUpdate a comment.
1999-06-19 guyUse "gtk_toggle_button_set_state()" rather than
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-15 guyPut "..." after menu items that will cause a dialog...
1999-06-14 guyAdd our own "strerror()", which we use on platforms...
1999-06-12 guyImprove the alert boxes put up for file open/read/write...
1999-05-11 gramFixed problem where filename of capture file would...
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-03-20 gramRe-wrote the NCP module in accordance with how NCP...
1999-03-01 gramAdded display filters to wiretap.
1999-01-21 gramI changed the wtap_open_offline() function so that...
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1999-01-03 guyThe "lnk_t" field of per-packet data, and the "pkt_enca...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-11-17 gerald* Added column formatting functionality.
next