Break out the PER functions from the alternative h245 dissector
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 12 Jul 2003 22:35:21 +0000 (22:35 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 12 Jul 2003 22:35:21 +0000 (22:35 +0000)
commit805d8385e8a4a3265f929d7acdf80b288895e625
tree8bde3b485639272bf48c25a3f96983ab0ca28f0e
parentfc409472d339e1bf8aa48a7bea1afc8f82191a58
 Break out the PER functions from the alternative h245 dissector
and put them in their own file.

I had to put them im packet-per.c  instead of asn1-per.c  since othervise
i couldnt get it to invoke the register  routine from register.c

the per dissector is compiled into ethereal by default,  but there are no callers in ethereal until  the h245 dissector is added.

someone that knows the registry stuff better might consider renaming it to asn1-per.c instead of packet-per.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8017 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.nmake
packet-h245.c
packet-per.c [new file with mode: 0644]
packet-per.h [new file with mode: 0644]