aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
AgeCommit message (Collapse)AuthorFilesLines
2000-04-14Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris1-3/+1
checking for them in the UDP dissector. svn path=/trunk/; revision=1856
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
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
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-0/+84
svn path=/trunk/; revision=894