37 #ifndef _NF_CONNTRACK_HELPER_H323_ASN1_H_
38 #define _NF_CONNTRACK_HELPER_H323_ASN1_H_
47 Q931_NationalEscape = 0x00,
49 Q931_CallProceeding = 0x02,
51 Q931_ConnectAck = 0x0F,
56 Q931_ResumeAck = 0x2E,
57 Q931_ResumeReject = 0x22,
59 Q931_SuspendAck = 0x2D,
60 Q931_SuspendReject = 0x21,
61 Q931_UserInformation = 0x20,
62 Q931_Disconnect = 0x45,
64 Q931_ReleaseComplete = 0x5A,
66 Q931_RestartAck = 0x4E,
68 Q931_CongestionCtrl = 0x79,
69 Q931_Information = 0x7B,
72 Q931_StatusEnquiry = 0x75,
82 #define H323_ERROR_NONE 0
83 #define H323_ERROR_STOP 1
84 #define H323_ERROR_BOUND -1
85 #define H323_ERROR_RANGE -2