Added two new arguments to epan_init() and proto_init() to
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 2 Apr 2001 00:38:36 +0000 (00:38 +0000)
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 2 Apr 2001 00:38:36 +0000 (00:38 +0000)
commitba92673951c41698455b144e5f62893ce051a267
tree9b6ab3270962ed53d41dbf9d7978bf6bff9705b7
parent824a1b9856b2893b4f356cfd3d8bedd667fca376
Added two new arguments to epan_init() and proto_init() to
allow the passing of register_all_protocols() and
register_all_protocol_handoffs() through epan_init() to proto_init().
This allows the removal of the compile time dependence of proto.c
on register.h.  Modified dftest.c, tethereal.c, and gtk/main.c to
use the new style epan_init() and depend on register.h.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3237 f5534014-38df-0310-8fa8-9805f1628bb7
dftest.c
epan/epan.c
epan/epan.h
epan/proto.c
epan/proto.h
gtk/main.c
tethereal.c