Use "%u", not "%d", to print unsigned integral quantities.
[obnox/wireshark/wip.git] / tethereal.c
2000-11-09 guyMove a "putchar('\n')" that caused an extra newline...
2000-11-06 guyIn Tethereal, when printing summary lines, print the...
2000-11-01 guyAdd a fourth choice of time format in the packet list...
2000-11-01 guyInstead of failing if we can't find a netmask for the...
2000-10-31 guyGet rid of a statement that should've been deleted...
2000-10-16 guyGive libethereal its own configuration file, and have...
2000-10-08 geraldChange addresses from ethereal.zing.org to ethereal...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.
2000-09-20 guyGive Tethereal a "-l" flag, as tcpdump has, to make...
2000-09-15 guyAdd a "-p" command-line option, and a checkbox in the...
2000-09-10 guyCompute and display negative relative and delta time...
2000-08-23 denielRemove the -D option.
2000-08-22 guyInitialize all the fields of the "frame_data" structure...
2000-08-19 denielFix potential buffer overflows.
2000-08-14 guyPPP/WAN captures work on Windows 9x, so speak of them...
2000-08-13 guyOn Win32, if the attempt to open the capture device...
2000-08-11 denielMiscellaneous code cleaning
2000-08-03 gramAdd a "Save As" feature to the TCP Follow dialogue...
2000-07-24 gramCorrect packet count displayed while capturing with...
2000-07-20 guyIn Tethereal:
2000-07-09 guyTurn the code of "colorize_packet()" into a static...
2000-07-05 guyAdd support for a global "ethereal.conf" preferences...
2000-07-05 guySet the locale for Tethereal to the native environment...
2000-07-03 guyRemove the progress bar from the status line, and,...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-06-15 guyPatch from Joerg Mayer:
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-18 guyHave "proto_tree_is_visible" false except when we're...
2000-04-14 gramChange dfilter_apply() to 4-argument function. 4th...
2000-04-13 gramConsolidate flags in struct frame_data, and add "visite...
2000-04-04 guyTurn "ethereal_proto_init()" and "ethereal_proto_cleanu...
2000-04-04 guyUse the new split between protocol registration and...
2000-04-03 guyMove the creation of, and registration of protocols...
2000-03-28 gramAdd getopt.c (from GNU libc) for use on Win32.
2000-02-22 guyIn Tethereal, allow capture filters and read filters...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-02-16 gramAllow for non-"struct timeval" ts's in phdr just like...
2000-02-11 guySay "Tethereal", rather than "Ethereal", in messages...
2000-01-26 guyInitialize per-dissection data structures before doing...
2000-01-24 guyMake the Tethereal usage message reflect whether libpca...
2000-01-24 guyKeep the sample command line in the usage message withi...
2000-01-24 guyHeikki Vatiainen's patch to add a flag to control wheth...
2000-01-22 guyAllow "-w" and/or "-R" to be specified either when...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-17 guyAdd a "-F" flag, to allow the format of a file being...
2000-01-17 guyAdd a "-x" flag to Tethereal, to make it print a hex...
2000-01-16 guyMove the routine to get a list of the network interface...
2000-01-15 oabadAdd a call to init_plugins() in order to read the plugi...
2000-01-15 guyPass the number of packets to be captured to "capture...
2000-01-15 guyIf no "-i" flag is specified to Tethereal when no file...
2000-01-14 nneulbetter command line syntax description
2000-01-14 geraldSet an initial (blank) filter to get around the peculia...
2000-01-14 gramCheck for existence of cf.iface before calling capture...
2000-01-14 guyAdd "tethereal", a tty-oriented derivative of Ethereal...