aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj207-497/+487
2009-08-16Add a new function, tvb_new_subset_remaining(), which is a sligtly optimized ...krj2-3/+39
2009-08-16Remove unused parameterskrj1-4/+3
2009-08-16Remove the non-thread safe usage of 'last_tvb' variable in tvb_new_subset()krj1-27/+29
2009-08-16Make some of the check_XXX functions accept the length/reported length of the...krj1-35/+53
2009-08-16Remove a non thread-safe usage (useful when/if we ever support threading) of ...krj2-22/+19
2009-08-16Use the slice allocator if GLIB >= 2,10,0krj1-2/+48
2009-08-15Use the slice allocator if GLIB >= 2,10,0 as suggested by Anders Bromankrj1-0/+17
2009-08-15Add a missing DISSECTOR_ASSERT in tvb_init()krj1-0/+4
2009-08-15Make mem chunk statickrj1-4/+1
2009-08-15Switch over to using GLib's g_malloc/g_free in the name of consistency.krj1-2/+2
2009-08-15This should have been part of r29428. This patch forces proto_field_is_refere...krj1-0/+3
2009-08-15The frame dissector contains a kludge to workaround the fact that the Protoco...krj1-20/+12
2009-08-15This patch introduces packet_add_new_data_source() which effectively deprecat...krj8-14/+43
2009-08-15Allow s1ap not to be dissected (to avoid seeing errors, possibly due to propr...martinm1-1/+13
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj3-6/+30
2009-08-13Make sure that we find the "data" dissector during handoff else we might cras...krj1-0/+1
2009-08-13fix build failure without GnuTLSkukosa1-0/+1
2009-08-13use G_GSIZE_MODIFIER instead of %zd which is not supported by MSVCkukosa1-3/+3
2009-08-13Fix SSL decryption failure if client and server have the same TCP portkukosa4-64/+113
2009-08-13From Gerasimos Dimitriadis:etxrab1-15/+181
2009-08-12From Gerasimos Dimitriadis:etxrab1-21/+237
2009-08-12White space changeskrj1-192/+192
2009-08-12DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().krj1-1/+6
2009-08-12From William Preston via. 3549:krj1-2/+2
2009-08-12Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity Testrbalint1-18/+28
2009-08-12fix memoryleak causing crash with long SSL traceskukosa1-12/+33
2009-08-11Complete the fix in r29389.jake1-5/+4
2009-08-11Instead of calling DISSECTOR_ASSERT_NOT_REACHED, just say the subchannelgerald1-2/+1
2009-08-11Add some length checks.gerald2-1/+39
2009-08-11From Ivan Sy (with minor modifications):rbalint1-4/+15
2009-08-11From swapnil:etxrab1-4/+4
2009-08-11Use the right size for FT_UINT16.gerald1-1/+1
2009-08-11Add some length checks. Fixes a few recent fuzz bugs.gerald2-170/+210
2009-08-11Add a bunch of length checks. Fixes bug 3826.gerald1-32/+135
2009-08-11(Trivial change) move ensure_contiguous() to reflect call hierarchykrj1-16/+14
2009-08-11Turn a comment in fast_ensure_contiguous() into a DISSECTOR_ASSERT() to make ...krj1-3/+4
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...krj5-3/+41
2009-08-11Be a little more explicit in our description of tvb_get_ptr.gerald1-5/+12
2009-08-11Don't coerce a (void *) to a (guint32 *). wmeier1-2/+2
2009-08-11From Gerasimos Dimitriadis:etxrab1-12/+347
2009-08-11From swapnil:etxrab1-4/+8
2009-08-11We now expose the following environment variables:krj2-112/+111
2009-08-11From swapnil:etxrab1-1/+1
2009-08-10For TLV items that are a single integral value and thus must have aguy1-8/+21
2009-08-10Initialize a variable to keep GCC happy ....wmeier1-1/+1
2009-08-10Validate two tag field lengths before attempting to do proto_tree_add_item();wmeier1-5/+25
2009-08-10From Kovarththanan Rajaratnam:etxrab1-0/+3
2009-08-10From Steve Osselton:etxrab1-2/+11
2009-08-10From Gerasimos Dimitriadis:etxrab1-18/+430