Squelch some compiler warnings.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Sep 2005 02:08:03 +0000 (02:08 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Sep 2005 02:08:03 +0000 (02:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15953 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/x411/x411.cnf
epan/dissectors/packet-x411.c

index 1cc7be0aa645014181187eaf1c9360c32bb8e383..bdffcc40674c3fa3b81f6802acf8442d68b038a9 100644 (file)
@@ -204,7 +204,7 @@ UniversalOrganizationalUnitNames B "x411.extension-attribute.27" "universal-orga
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this
@@ -220,7 +220,7 @@ UniversalOrganizationalUnitNames B "x411.extension-attribute.27" "universal-orga
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this
@@ -237,7 +237,7 @@ UniversalOrganizationalUnitNames B "x411.extension-attribute.27" "universal-orga
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this
index 350d70ba564777cd2316915c986e62065d97326c..c3fe134c647be25bf6a83d30ff03f2a95112521b 100644 (file)
@@ -1199,7 +1199,7 @@ dissect_x411_CountryName(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, p
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this
@@ -1236,7 +1236,7 @@ dissect_x411_AdministrationDomainName(gboolean implicit_tag _U_, tvbuff_t *tvb,
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this
@@ -1978,7 +1978,7 @@ dissect_x411_ContentIdentifier(gboolean implicit_tag _U_, tvbuff_t *tvb, int off
  gint8 class;
  gboolean pc, ind_field;
  gint32 tag;
- gint32 len1;
+ guint32 len1;
 
  if(!implicit_tag){
    /* XXX  asn2eth can not yet handle tagged assignment yes so this