This section contains docstrings that could be used in source code (Doxygen), so they should just rest here temporarily until they are included in the source code (so HTML API documentation could be generated automatically, instead of being on a page like this).
common/prot.c:ProtDissec
PktDissector
capt_dissector/capture.c:CapMain
CaptDisMain
DispInit() - This function should be defined in each dispatcher, and is called once. It is intended to be used by the dispatcher to setup anything necessary for operation - preferably before DispInsPei() is called.
DispEnd() - This function is called after no more PEIs can be given to the dispatcher. It is called once, and is intended to be used to clean up anything that needs to be cleaned up when the dispatcher is finished.