Fix for bug 881. Adding processing of error packet when server greeting is expected.
[obnox/wireshark/wip.git] / tethereal.c
2006-04-29 guyHave the ring buffer routines take a pointer to a ...
2006-04-03 guyPut the low-level sync routines into a common file...
2006-04-03 guyIn Tethereal, don't save to a temporary file if "-w...
2006-03-24 ulflVarious code cleanup in the capture pipe stuff
2006-03-21 guySimplify the argument list to cap_pipe_dispatch().
2006-03-05 guyIn the capture_loop.c code, open the capture device...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-03-04 guyWhen capturing, we only support writing to libpcap...
2006-03-03 guyClean up white space.
2006-03-01 guyReject attempts to use packet capture options when...
2006-02-24 legofinish adding the tethereal's funnel.
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-10 ulflremove all calls to exit() from the capture_opts.c...
2006-02-07 legoeXtenstion options access to the -X command line options
2006-02-06 guyMove the code to relinquish set-UID and set-GID privile...
2006-02-06 guyAdd code to check whether the app was started with...
2006-01-21 ulfladd matched coloring rule name and string to the frame...
2006-01-12 ulflminor changes
2006-01-12 ulflfix usage output
2006-01-07 ulflmove output_to_pipe flag from tethereal's loop_data...
2006-01-06 ulflcode cleanup: use "-" for all places, where stdin/stdou...
2006-01-05 guyCatch a combination of "-S" and "-w -" - you'll just get
2006-01-04 guySet "ld.save_file" when we start capturing, so we can...
2006-01-04 guyDistinguish between "writing to the standard output...
2005-12-21 guyProvide not only copyright information, but a GPL blurb...
2005-12-16 ulflsome minor fixes: logging and comments fixed
2005-12-14 guyConstify a bunch of arguments and variables, to squelch...
2005-12-13 ulflHUGE STEP (hopefully toward the right direction):
2005-12-06 ulflrename pcap-....c/.h files to capture-pcap-....c/.h
2005-12-05 ulflfixed a typo
2005-12-05 ulflreplace all appearances of 'fprintf(stderr, "tethereal...
2005-12-01 ulflfix alphabetical order of OPTINIT string, v seems to...
2005-11-25 ulflrephrase the error dialog if an interface couldn't...
2005-11-18 guyAdd support for the "-B" flag to Tethereal on Windows.
2005-11-17 guyHandle "-G" only in Tethereal - it doesn't work in...
2005-11-07 guyInclude <wiretap/file_util.h> to declare the eth_ routines.
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-10-07 ulflfix Ethereal so command line capture parameter will...
2005-10-06 ulfladd missing #include "capture_errs.h"
2005-10-04 guyAdd a "capture_errs.c" routine to cough up error messag...
2005-10-04 guyAdd a note about 64-bit support in WinPcap to the captu...
2005-09-22 guyLibpcap uses u_char; use it in our calls to libpcap...
2005-09-22 guyUpdate to current reality (WinPcap 3.1) the messages...
2005-09-14 ulflfix wtap_dump_flush function name and don't check for...
2005-09-14 ulfladded compression support for capture file output....
2005-09-03 guyMake usage messages fit within 80 characters.
2005-09-03 guyAs with Ethereal, so with Tethereal; we're not a GNU...
2005-08-31 guyFix a typo.
2005-08-27 guySet the time stamp precision; we need it when printing...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 guyRename epan/stat.[ch] to epan/stat_cmd_args.[ch] -...
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 guyMove the stats.[ch] stuff into epan, so plugins can...
2005-08-19 guyMove the APIs for registering and processing "-z" comma...
2005-08-19 guyHave "f_datalen" keep track of the number of bytes...
2005-08-16 jmayerMove SVNVERSION handling into version_info. That way...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-08-08 ulflvarious code cleanup:
2005-08-06 guySquelch more const pointer warnings.
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...
2005-06-04 ulflupdate usage output and manual pages for both Ethereal...
2005-05-12 guyDon't include <pcap.h> twice.
2005-05-05 sahlbergmake tethereal compile when plugins are disabled
2005-04-01 guyRename "register_ethereal_tap()" to "register_tap_liste...
2005-04-01 guyDon't assume only one "-z" argument will be given on...
2005-03-23 guyIf we have "pcap_freecode()", use it to free the instru...
2005-03-07 jmayer- pcap.h needs to be included before capture.h
2005-03-01 legoIf -z was not given as the very last argument the tap...
2005-02-28 legoMake sure that plugin tap listeners get registered...
2005-02-27 guyThe stats tree stuff should ultimately allow us to...
2005-02-23 legoin tethereal
2005-02-23 ulfluse the applications name (currently "ethereal" or...
2005-02-23 ulflmove capture_opts related things (init, command line...
2005-02-22 legoDo not call the tap's initialization as soon as the...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-07 guyFix up the suppression of packet printing and packet...
2005-02-07 guyMake Ethereal and Tethereal compile if we're building...
2005-02-07 guySuppress the packet counts when we're reading from...
2005-02-07 guyTethereal can write to a file in binary even if not...
2005-02-07 guyClean up indentation.
2005-02-06 guy"iface" is now a member of "capture_opts", not "cfile".
2005-02-06 ulflanother two steps towards privilege seperation:
2005-02-05 guyPut "cf_status_t" back.
2005-02-05 guyMake "cf_open()" match the prototype in "file.h".
2005-02-04 guyInstead of having a single enumerated type for status...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-02-04 ulfl(some) redesign of capture data structures.
2005-02-03 ulflmove capture_file_fd field from capture_file to capture...
2005-02-03 ulflprevent ringbuffer from having to know about capture_fi...
2005-01-16 guyReport a friendlier name, if possible, when capturing...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-12-01 guyMove the #ifdef/#endif a bit so that the entire chunk of
2004-12-01 sahlbergminor fix to tethereal to allow it to compile with...
2004-11-11 guyAs per Sebastian Felis, don't assume that doubling...
2004-10-19 guyIf we're not printing packet information, don't print...
2004-10-01 jmayerGet rid of warnings about shadowed variables (code...
next