aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-24Correct packet count displayed while capturing with -w option. (there wasgram1-2/+6
2000-07-20In Tethereal:guy1-37/+9
2000-07-09Turn the code of "colorize_packet()" into a static routine that is givenguy1-1/+6
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theguy1-15/+42
2000-07-05Set the locale for Tethereal to the native environment; Ethereal alreadyguy1-1/+5
2000-07-03Remove the progress bar from the status line, and, instead, for anyguy1-2/+1
2000-06-27Patch from Ben Fowler to rename the global variable "cf" to "cfile", toguy1-60/+60
2000-06-15Patch from Joerg Mayer:guy1-5/+5
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-6/+6
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-17/+15
2000-05-18Have "proto_tree_is_visible" false except when we're in the middle ofguy1-1/+7
2000-04-14Change dfilter_apply() to 4-argument function. 4th argument is not yet used,gram1-3/+3
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. Usegram1-3/+4
2000-04-04Turn "ethereal_proto_init()" and "ethereal_proto_cleanup()" intoguy1-23/+7
2000-04-04Use the new split between protocol registration and protocol handoffguy1-2/+1
2000-04-03Move the creation of, and registration of protocols known to UDP in, theguy1-2/+1
2000-03-28Add getopt.c (from GNU libc) for use on Win32.gram1-1/+11
2000-02-22In Tethereal, allow capture filters and read filters either to beguy1-1/+29
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aguy1-3/+10
2000-02-16Allow for non-"struct timeval" ts's in phdr just like we didgram1-2/+3
2000-02-11Say "Tethereal", rather than "Ethereal", in messages from Tethereal.guy1-6/+6
2000-01-26Initialize per-dissection data structures before doing a capture, asguy1-1/+7
2000-01-24Make the Tethereal usage message reflect whether libpcap support wasguy1-3/+8
2000-01-24Keep the sample command line in the usage message within 80 characters.guy1-4/+5
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretguy1-4/+7
2000-01-22Allow "-w" and/or "-R" to be specified either when doing a live captureguy1-80/+181
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-17Add a "-F" flag, to allow the format of a file being written to beguy1-16/+43
2000-01-17Add a "-x" flag to Tethereal, to make it print a hex and ASCII dump ofguy1-5/+19
2000-01-16Move the routine to get a list of the network interfaces on the systemguy1-6/+18
2000-01-15Add a call to init_plugins() in order to read the plugins.status file andoabad1-1/+5
2000-01-15Pass the number of packets to be captured to "capture()" as an argument,guy1-8/+9
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,guy1-8/+24
2000-01-14better command line syntax descriptionnneul1-4/+5
2000-01-14Set an initial (blank) filter to get around the peculiarities in RHgerald1-2/+2
2000-01-14Check for existence of cf.iface before calling capture(). Changegram1-2/+7
2000-01-14Add "tethereal", a tty-oriented derivative of Ethereal that works likeguy1-0/+845