Add a routine tro look for a given port in a given dissector table and,
authorGuy Harris <guy@alum.mit.edu>
Mon, 3 Dec 2001 05:07:18 +0000 (05:07 -0000)
committerGuy Harris <guy@alum.mit.edu>
Mon, 3 Dec 2001 05:07:18 +0000 (05:07 -0000)
commit21b9a88b2942558536c9b0f5191261a874b8034a
tree9f1b2b33fa6322b2481df30e43dc0405a2d34242
parentd304535254ee7b9b21c5c26e9ae40afca29d1fe5
Add a routine tro look for a given port in a given dissector table and,
if found, return the dissector handle for that port.

Use that routine in the X.25 dissector; revert to attaching a dissector
handle to an X.25 virtual circuit.

svn path=/trunk/; revision=4310
epan/packet.c
epan/packet.h
packet-x25.c