Commit graph

5 commits

Author SHA1 Message Date
Gilbert Ramirez
ddfa11e870 Create a header file for every packet-*.c file. Prune the packet.h file.
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
2000-02-15 21:06:58 +00:00
Gilbert Ramirez
e5670af33d Added Nathan's patch to yahoo dissector.
Fixes a field name problem, and adds one more service type.

svn path=/trunk/; revision=893
1999-10-20 16:36:08 +00:00
Laurent Deniel
247f9bf76b Fix from Nathan Neulinger.
svn path=/trunk/; revision=867
1999-10-16 21:56:53 +00:00
Guy Harris
92907001c3 Updates from Nathan Neulinger.
svn path=/trunk/; revision=826
1999-10-14 03:12:32 +00:00
Guy Harris
364274edf3 Nathan Neulinger's dissector for the Yahoo messenger and pager
protocols.

svn path=/trunk/; revision=824
1999-10-14 01:29:07 +00:00