aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wccp.h
Commit message (Collapse)AuthorAgeFilesLines
* WCCP 2.0 support.Guy Harris2000-11-291-0/+29
| | | | svn path=/trunk/; revision=2709
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-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
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-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