aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.h
AgeCommit message (Collapse)AuthorFilesLines
2000-11-29WCCP 2.0 support.Guy Harris1-0/+29
svn path=/trunk/; revision=2709
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-26/+0
UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. svn path=/trunk/; revision=1823
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-0/+26
This change allows you to add a new packet-*.c file and not cause a recompilation of everything that #include's packet.h Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list. Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol is not defined, squelching a compiler complaint when compiling the generated C file. svn path=/trunk/; revision=1637