Check-in missing mod

git-svn-id: http://op25.osmocom.org/svn/trunk@272 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
stevie 2011-03-31 23:23:51 +00:00
parent db70451cb1
commit a07e318fa7
1 changed files with 7 additions and 9 deletions

View File

@ -1886,12 +1886,10 @@ proto_reg_handoff_p25cai(void)
* does not belong to APCO Project 25 Common Air Interface).
*/
p25cai_handle = new_create_dissector_handle(dissect_p25cai, proto_p25cai);
/* FIXME: Temporarily using a reserved ethertype and UDP port! This is
* a development shortcut that should be corrected later. Perhaps we
* will apply for a libpcap data link type or use other mechanisms in
* the future. Also, we can always use "decode as" in Wireshark.
/* FIXME: Temporarily using an unassigned UDP port! Application
* for an IANA-assigned port number has been made.
*/
dissector_add("ethertype", 0xFFFF, p25cai_handle);
dissector_add("udp.port", 23456, p25cai_handle);
inited = TRUE;