aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-12-05Use the new routines in Wiretap to make the argument to "-T" be aGuy Harris1-5/+19
1999-12-05Provide a table of descriptive and short (command-line) names forGuy Harris2-2/+93
1999-12-05Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1-3/+3
1999-12-04It's now called "editcap", as it can read any file format Wiretap canGuy Harris1-9/+22
1999-12-04Add rules for making "editcap".Guy Harris1-1/+7
1999-12-04Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1-2/+3
1999-12-04Give those capture file formats we can write a "short name", to be usedGuy Harris2-20/+45
1999-12-04Adding editcap.c. This is an example of a simple wiretap editing program.Richard Sharpe1-0/+174
1999-12-04To find out the file's packet encapsulation type (which could beGuy Harris2-17/+13
1999-12-04Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1-3/+3
1999-12-04Fix some names.Guy Harris7-22/+22
1999-12-04Now that "wtap_file_type_string()" takes a file type rather than a "wtapGuy Harris3-6/+5
1999-12-04More infrastructure changes for Ethereal - makeGuy Harris3-12/+12
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris9-187/+244
1999-12-04When doing a live display of a live capture, don't scroll to the row forGuy Harris1-3/+3
1999-12-04Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-04More items re: display filters.Gilbert Ramirez1-1/+5
1999-12-04Null out the "pointer to private data" member of a "wtap_dumper"Guy Harris1-1/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-5/+35
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris8-53/+296
1999-12-04Add support to Wiretap for writing "snoop"-format capture files.Guy Harris3-17/+155
1999-12-03added SNMP support to IPXNathan Neulinger1-1/+11
1999-12-03added skeletal tacplus/xtacacs dissectorNathan Neulinger6-5/+166
1999-12-03patch to scroll byte viewNathan Neulinger2-8/+22
1999-12-03more handling of etype<max_802_3_lenNathan Neulinger1-2/+18
1999-12-03Added wide area router ipx socket numberNathan Neulinger1-1/+8
1999-12-03It appears that our "Makefile.in" won't work with the scripts generatedGuy Harris2-4/+27
1999-12-03Add description of TCP stream prefs.Gerald Combs1-0/+7
1999-12-02Fix infinite loop on short packets or bad data in radius dissector.Gilbert Ramirez1-1/+7
1999-12-02prototype for dissect_rpc_data()Uwe Girlich1-1/+3
1999-12-02many new dissectors in the NVF v2 areaUwe Girlich1-82/+232
1999-12-02new dissect_rpc_opaque_data() for RPC data with length and fill-bytesUwe Girlich1-35/+102
1999-12-02Explain *why* you have to "g_strdup()" the argument to "-r" beforeGuy Harris1-1/+4
1999-12-02Fix bug which occurs when running ethereal with "-r" to load a file, thenGilbert Ramirez1-2/+2
1999-12-02Add stream window color preferences. We don't (yet) use cmaps, so thisGerald Combs7-40/+374
1999-12-02Remove the check for cs->dlen > 0. We want to log the first (zero length)Gerald Combs1-4/+1
1999-12-02Christopher McAvaney's fix to "format_text()" to make it not stomp onGuy Harris1-1/+2
1999-12-01Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.Guy Harris1-1/+2
1999-12-01Add a TODO file.Gilbert Ramirez2-2/+48
1999-12-01Added Florian Lohoff's <flo@rfc822.org> patch to enable Follow TCPGilbert Ramirez1-3/+8
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez7-10/+33
1999-11-30Fixed output in AC_ETHEREAL_UCDSNMP_CHECK. AC_MSG_CHECKING shouldGilbert Ramirez1-8/+15
1999-11-30There's no need to put a "Could not save to" message in the status barGuy Harris1-8/+1
1999-11-30Allow the user to save either all of the current capture, or only theGuy Harris6-186/+467
1999-11-30additions to tns dissector - sns and connect startedNathan Neulinger1-10/+126
1999-11-30Squelch a GCC complaint. (I really wish GCC's dataflow analysis wereGuy Harris1-2/+2
1999-11-30Some additional IPX packet types.Guy Harris1-4/+17
1999-11-30IPX packet type 1 is apparently NetWare RIP (Routing InformationGuy Harris1-6/+8
1999-11-30Make the NetBIOS dissecting routines all take a pointer to the beginningGuy Harris3-211/+242
1999-11-30In "Go To Frame", distinguish between "there is no frame with that frameGuy Harris3-21/+35