From c459c0491af7a72e5a17a70e3f3bec8a320fc24e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 21 Apr 2010 15:38:16 +0800 Subject: [sccp] Parse the error message and add a unit test for it. --- include/sccp/sccp_types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h index 42fda96..22bd70f 100644 --- a/include/sccp/sccp_types.h +++ b/include/sccp/sccp_types.h @@ -411,4 +411,10 @@ struct sccp_data_it { u_int8_t credit; } __attribute__((packed)); +struct sccp_proto_err { + u_int8_t type; + struct sccp_source_reference destination_local_reference; + u_int8_t error_cause; +}; + #endif -- cgit v1.2.3