aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/goose
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-26 19:23:36 +0000
committerEvan Huus <eapache@gmail.com>2013-04-26 19:23:36 +0000
commit5b8a3df249f8bca8cbb166b88c0dd0c534f90e82 (patch)
tree594afabdce52037e097d59c7e096bdeb9674413e /asn1/goose
parent63ef04ec84bc7bee9008be686e2e362058229643 (diff)
From me: only sign-extend BER integers if the field is actually signed
From Guy: override two fields in the GOOSE ASN.1 dissector to be unsigned Together these fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8250 svn path=/trunk/; revision=49055
Diffstat (limited to 'asn1/goose')
-rw-r--r--asn1/goose/goose.cnf5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/goose/goose.cnf b/asn1/goose/goose.cnf
index cfbba59470..c456f6c50b 100644
--- a/asn1/goose/goose.cnf
+++ b/asn1/goose/goose.cnf
@@ -68,4 +68,9 @@ GSEMngtResponses/getGsReference gseMngtResponses_GetGSReference
GSEMngtResponses/getGoReference gseMngtResponses_GetGOReference
GSEMngtResponses/getGSSEDataOffset gseMngtResponses_GetGSSEDataOffset
GSEMngtResponses/getGOOSEElementNumber gseMngtResponses_GetGOOSEElementNumber
+
+#.FIELD_ATTR
+IECGoosePdu/stNum TYPE = FT_UINT32 DISPLAY = BASE_DEC
+IECGoosePdu/sqNum TYPE = FT_UINT32 DISPLAY = BASE_DEC
+
#.END