Fix a typo
authorJeff Morriss <jeff.morriss@ulticom.com>
Sat, 3 Oct 2009 09:15:40 +0000 (09:15 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Sat, 3 Oct 2009 09:15:40 +0000 (09:15 -0000)
svn path=/trunk/; revision=30267

epan/req_resp_hdrs.c

index 7c6588e2feb497e04f5a431493cf9b667414a520..21b4e387b8f7a7ebcd3a45be912a897973c4a135 100644 (file)
@@ -305,7 +305,7 @@ req_resp_hdrs_do_reassembly(tvbuff_t *tvb, const int offset, packet_info *pinfo,
                                         */
                                        return TRUE;
                                }
-                               if (chunk_size > 2<<31) {
+                               if (chunk_size > (guint)1<<31) {
                                        /* Chunk size is unreasonable. */
                                        /* XXX What /is/ reasonable? */
                                        return TRUE;