aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.h
AgeCommit message (Collapse)AuthorFilesLines
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-2/+1
wasn't involved with). svn path=/trunk/; revision=3311
2000-05-05Add routines to:Guy Harris1-3/+1
register lists of "heuristic" dissectors, which are handed a frame that may or may contain a payload for the protocol they dissect, and that return FALSE if it's not or dissect the packet and return TRUE if it is; add a dissector to such a list; go through such a list, calling each dissector until either a dissector returns TRUE, in which case the routine returns TRUE, or it runs out of entries in the list, in which case the routine returns FALSE. Have lists of heuristic dissectors for TCP and for COTP when used with the Inactive Subset of CLNP, and add the GIOP and Yahoo Messenger dissectors to the first list and the Sinec H1 dissector to the second list. Make the dissector name argument to "dissector_add()" and "dissector_delete()" a "const char *" rarther than just a "char *". Add "heur_dissector_add()", the routine to add a heuristic dissector to a list of heuristic dissectors, to the set of routines we can export to plugins through a table on platforms where dynamically-loaded code can't call stuff in the main program, and initialize the element in the table in question for "dissector_add()" (which we'd forgotten to do). svn path=/trunk/; revision=1909
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 to yahoo dissector.Gilbert Ramirez1-2/+2
Fixes a field name problem, and adds one more service type. svn path=/trunk/; revision=893
1999-10-16Fix from Nathan Neulinger.Laurent Deniel1-2/+2
svn path=/trunk/; revision=867
1999-10-14Updates from Nathan Neulinger.Guy Harris1-21/+2
svn path=/trunk/; revision=826
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1-0/+105
protocols. svn path=/trunk/; revision=824