aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2000-04-16Make various dissectors static if they can be, and get rid of any headerGuy Harris1-3/+1
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-4/+1
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-1/+2
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-1/+7
2000-04-15Graham Bloice's Win32 icon for Ethereal and Win32 resource-compilerGuy Harris1-1/+5
2000-04-13Renamed packet-dhis to packet-ddtp.Olivier Abad1-3/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-3/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris1-1/+2
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-28/+3
2000-04-08Jeff Foster's rlogin dissector, and changes to the TCP dissector toGuy Harris1-1/+2
2000-04-05Packaging fixes.Gilbert Ramirez1-1/+4
2000-04-04Make "register.c" depend on "$(srcdir)/make-reg-dotc", so that if theGuy Harris1-2/+2
2000-03-29Use the "-o" flag, rather than using the "-t" flag and redirecting theGuy Harris1-2/+2
2000-03-09Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan1-1/+3
2000-03-03Add config.nmake and two Makefile.nmake's to the list of deliverables.Gilbert Ramirez1-1/+2
2000-03-02Oops, forgot to include "packet-h1.h".Guy Harris1-1/+2
2000-03-02Gerrit Gehnen's dissector for the Sinec H1 protocol (Siemens IndustrialGuy Harris1-1/+2
2000-03-01James Coe's developer HOWTO.Guy Harris1-1/+2
2000-02-23New dissector for DHIS (Dynamic Host Information Services) protocol.Olivier Abad1-1/+3
2000-02-19Add a "README.bsd", which currently only explains how to enable BPF inGuy Harris1-1/+2
2000-02-15Build/packaging fix. We have to include an install-exec-hook targetGilbert Ramirez1-1/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+67
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-1/+7
2000-02-12The color stuff is almost completely toolkit-dependent (this isn't justGuy Harris1-3/+1
2000-02-11Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patchesGilbert Ramirez1-1/+8
2000-02-09Dietmar Petras provided:Gilbert Ramirez1-1/+2
2000-02-05Dissector for Cisco's Virtual Trunking Protocol.Guy Harris1-1/+2
2000-02-05Cisco Group Management Protocol dissector.Guy Harris1-1/+2
2000-01-30Added ethereal_static extra target in Makefile.am. Did not add the updatesNathan Neulinger1-2/+18
2000-01-26Add a debian subdirectory and the files needed to generate a debian package.Olivier Abad1-1/+11
2000-01-24Add support for Cisco ISL.Guy Harris1-1/+2
2000-01-18Include CFLAGS in the command to build "rdps".Guy Harris1-2/+2
2000-01-15Don't exclude register.c from the distribution tarball because weGilbert Ramirez1-3/+9
2000-01-15Remove libltdl from the build. The directory is still in CVS, but it isGilbert Ramirez1-17/+4
2000-01-15Arrange that, on Solaris, we link with "-lkstat" if necessary whenGuy Harris1-5/+5
2000-01-15Tethereal needs the same set of additional objects that Ethereal does;Guy Harris1-4/+37
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-1/+2
2000-01-14Add "doc/editcap.pod" and "doc/tethereal.pod.template" to theGuy Harris1-1/+3
2000-01-14Add "tethereal", a tty-oriented derivative of Ethereal that works likeGuy Harris1-18/+35
2000-01-13Export the list of OSI NLPIDs in "nlpid.h", for use by the CDPGuy Harris1-1/+2
2000-01-09Add a man page for "editcap".Guy Harris1-2/+6
2000-01-09Make "editcap" one of the standard targets, so it's built and installedGuy Harris1-9/+6
2000-01-08Fix my typo in a variable name.Gilbert Ramirez1-2/+2
2000-01-08I finally got autoconf, automake, and the plugins to behave together.Gilbert Ramirez1-10/+23
2000-01-07Add John Thomas' L2TP dissector.Guy Harris1-1/+2
2000-01-06Add README.vmware to list of deliverables.Gilbert Ramirez1-1/+2
2000-01-03Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",Guy Harris1-1/+2
2000-01-03Have "gtk/menu.c" (and, in the future, code for other UIs) export a setGuy Harris1-1/+2
1999-12-29Put a list of known OUIs in "oui.h", along with a declaration ofGuy Harris1-1/+2
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1-7/+27