aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-3/+10
2000-02-16Allow for non-"struct timeval" ts's in phdr just like we didGilbert Ramirez1-2/+3
2000-02-11Say "Tethereal", rather than "Ethereal", in messages from Tethereal.Guy Harris1-6/+6
2000-01-26Initialize per-dissection data structures before doing a capture, asGuy Harris1-1/+7
2000-01-24Make the Tethereal usage message reflect whether libpcap support wasGuy Harris1-3/+8
2000-01-24Keep the sample command line in the usage message within 80 characters.Guy Harris1-4/+5
2000-01-24Heikki Vatiainen's patch to add a flag to control whether to interpretGuy Harris1-4/+7
2000-01-22Allow "-w" and/or "-R" to be specified either when doing a live captureGuy Harris1-80/+181
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-17Add a "-F" flag, to allow the format of a file being written to beGuy Harris1-16/+43
2000-01-17Add a "-x" flag to Tethereal, to make it print a hex and ASCII dump ofGuy Harris1-5/+19
2000-01-16Move the routine to get a list of the network interfaces on the systemGuy Harris1-6/+18
2000-01-15Add a call to init_plugins() in order to read the plugins.status file andOlivier Abad1-1/+5
2000-01-15Pass the number of packets to be captured to "capture()" as an argument,Guy Harris1-8/+9
2000-01-15If no "-i" flag is specified to Tethereal when no file is to be read,,Guy Harris1-8/+24
2000-01-14better command line syntax descriptionNathan Neulinger1-4/+5
2000-01-14Set an initial (blank) filter to get around the peculiarities in RHGerald Combs1-2/+2
2000-01-14Check for existence of cf.iface before calling capture(). ChangeGilbert Ramirez1-2/+7
2000-01-14Add "tethereal", a tty-oriented derivative of Ethereal that works likeGuy Harris1-0/+845