コード例 #1
0
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
}
コード例 #2
0
ファイル: dissector.c プロジェクト: hgn/netsniff-ng
void dissector_init_all(int fnttype)
{
	dissector_init_ethernet(fnttype);
	dissector_init_ieee80211(fnttype);
}