summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* hide multiline output using vflag plus enhanced, ES-IS decoderhannes2002-10-031-1/+2
|
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+1
| | | | | | | | | | | | | | | unused-parameter problems reported by GCC. Add an _U_ tag to label parameters as unused if the function is called through a pointer (so that you can't change its signature by removing parameters) or if there are unused parameters only because the function isn't complete. Add some additional bounds checks the necessity for which was revealed while cleaning up unused-parameter problems. Make some routines static. "lcp_print()", defined in "print-lcp.c", isn't called anywhere - "print-ppp.c" has the code to dissect LCP. Get rid of "print-lcp.c".
* Add items for SunATM.guy2002-07-161-1/+4
|
* Update and fix up the list of files and the note on Linux.guy2002-07-161-32/+67
|
* The stuff in the "linux-include" directory is no longer needed, as we noguy2000-12-161-2/+1
| | | | | longer depend on the OS's header files for packet format and packet field value definitions; get rid of the stuff in that directory.
* preliminary edits for 3.6mcr2000-12-081-5/+2
|
* Add definitions of Ethernet types fromguy2000-09-231-17/+1
| | | | | | | | | | | | | | | | "linux-includes/netinet/if_ether.h" to "ethertype.h". Move other stuff used by dissectors from <netinet/if_ether.h> to "ether.h", along the lines of "fddi.h" and "token.h". Move ARP declarations from BSD include files to "print-arp.c". Remove from dissectors includes of <netinet/if_ether.h>, and add includes of "ethertype.h" and/or "ether.h" as necessary. Get rid of configuration options that test declarations now made in "ether.h" or "print-arp.c", as those declarations are now under our control, not the OS's control.
* Copy the explanation of "print-cip.c" from the Linux ATM patch whenceguy2000-08-191-2/+3
| | | | | | "print-cip.c" came. Add "print-token.c".
* update:assar2000-07-291-20/+19
| | | | | | | - gcc pointer - configure and make install instructions - some versions - list of files
* add IEEE8021.d printer contributed by Lennert Buytenhek <buytenh@gnu.org>assar2000-06-101-1/+2
|
* add print-cnfp.citojun2000-04-271-1/+2
|
* tested on freebsd228itojun2000-01-301-2/+3
|
* add descr for v6 itemsitojun2000-01-291-8/+8
|
* Update the list of files, and remove the text about not sending in anfenner2000-01-251-14/+54
| | | | | ASCII dumper. The list of files needs more descriptions, and the text in general probably needs another once-over.
* added list of supported platformsmcr2000-01-141-1/+6
|
* Initial revisionmcr1999-10-071-0/+146