aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tguy1-7/+6
2002-03-23Update from Diana Eichert to remove the comments with her login name.guy1-3/+1
2002-03-22From Diana Eichert: add a "-q" flag to Tethereal to suppress packetguy1-8/+22
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".guy1-5/+3
2002-03-10Remove code to show the presence, and version number, of the CMU SNMPguy1-14/+3
2002-03-06Don't say "without SNMP"; that can confuse people into thinking it meansguy1-2/+2
2002-02-28In follow.c, initialize data_out_file to NULL, as it used togram1-2/+1
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-3/+1
2002-02-24Put all the capture options into a structure.guy1-46/+66
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineguy1-24/+5
2002-02-24Have "get_positive_int()" really check for positive integers, not justguy1-10/+10
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theguy1-18/+33
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anguy1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-4/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-8/+22
2002-01-29The ring buffer code only supports libpcap format captures; print anguy1-2/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-8/+8
2002-01-15Tethereal needs to allocate space for col_expr[] and col_expr_val[] too.gram1-1/+4
2002-01-13Add a preferences page for the name resolution flags.guy1-5/+8
2002-01-11Declare "capture()" appropriately.guy1-2/+2
2002-01-10Fix some problems with building Ethereal/Tethereal without libpcap.guy1-1/+7
2002-01-10Add a preferences page for capture preferences, so that the user canguy1-17/+23
2002-01-03Make the "go" member of the "loop_data" structure in Ethereal aguy1-10/+18
2001-12-21Clean up the comments for the ring buffer checks.guy1-7/+6
2001-12-21There is no such thing as an optional parameter to a command-line flagguy1-8/+2
2001-12-21If the user requested a ring buffer but didn't specify a capture file orguy1-16/+18
2001-12-21Don't let the user specify a maximum capture file size if they're notguy1-2/+9
2001-12-21It's not possible to check whether the capture file has reached itsguy1-3/+5
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-6/+13
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-10/+7
2001-12-10Don't fill in the columns if we're writing to a capture file.guy1-3/+5
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-12/+5
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-14/+7
2001-12-04In the NetMon capture file reading code, if we get a short read whenguy1-2/+2
2001-12-04Make the bytes-written information from Wiretap a long, as we allowguy1-8/+84
2001-12-04Support for stopping capture at specified capture file size or captureguy1-19/+108
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-3/+2
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+3
2001-11-09Wrap calls to "pcap_datalink()" in a routine that attempts to compensateguy1-2/+6
2001-11-04Allow a dissector to register preferences that it no longer supports asguy1-1/+2
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-3/+3
2001-10-25Handle "pcap_open_live()" succeeding but returning a warning; print theguy1-9/+20
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-2/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-8/+8
2001-09-05Close the file to which we're writing before exiting, so that:guy1-1/+11
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withguy1-12/+10
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):guy1-1/+5
2001-07-17Added a "Suppress Unmarked" option to the print dialog tohagbard1-1/+2
2001-07-05"open_cap_file()" in Ethereal and Tethereal don't use the FILE_T theyguy1-3/+5
2001-06-08When printing the contents of a raw-data field, don't use the raw dataguy1-2/+2