aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h263.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-04-10 14:48:06 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-04-10 14:48:06 +0000
commit4d21c49929c53bf12d789a830b0662835ee0d4bc (patch)
treefc4a7b022a14246df91ba12256e093df5bc70655 /epan/dissectors/packet-h263.c
parent7e2cb04ebf746c280f99df33ddc3181509e4bb96 (diff)
Get rid of some more g_assert*()'s in the dissectors. There are a few
remaining that I'm not sure exactly what to do with at the moment: the one in packet-frame probably should be there, the others probably shouldn't but they also should never fail unless there's a compile or build problem (AFAICS). svn path=/trunk/; revision=21367
Diffstat (limited to 'epan/dissectors/packet-h263.c')
-rw-r--r--epan/dissectors/packet-h263.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h263.c b/epan/dissectors/packet-h263.c
index e5ae20c6dd..ec3aad4a2f 100644
--- a/epan/dissectors/packet-h263.c
+++ b/epan/dissectors/packet-h263.c
@@ -451,7 +451,7 @@ h263_proto_tree_add_bits(proto_tree *tree, int hf_index, tvbuff_t *tvb, gint bit
}
}else{
- g_assert_not_reached();
+ DISSECTOR_ASSERT_NOT_REACHED();
}
/* prepare the string */