diff options
Diffstat (limited to 'epan/dissectors/packet-actrace.h')
-rw-r--r-- | epan/dissectors/packet-actrace.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-actrace.h b/epan/dissectors/packet-actrace.h index 118fa766..8830a329 100644 --- a/epan/dissectors/packet-actrace.h +++ b/epan/dissectors/packet-actrace.h @@ -16,7 +16,7 @@ typedef struct _actrace_info_t int type; /* ACTRACE_CAS=1 ACTRACE_ISDN=2 */ int direction; /* direction BLADE_TO_PSTN=0 PSTN_TO_BLADE=1 */ int trunk; - gint32 cas_bchannel; - const gchar *cas_frame_label; + int32_t cas_bchannel; + const char *cas_frame_label; } actrace_info_t; |