aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-07From Martin Kaiser:etxrab1-33/+256
2011-10-07- Put a TRY/CATCH block around dissect_h264_nal_unit() in caseetxrab1-7/+11
2011-10-07As suggested/requested inmorriss1-0/+1
2011-10-06From Dirk Jagdmann:gerald1-4/+20
2011-10-06Use '"%" G_GINT64_MODIFIER "d"' instead of "%ld" to format a guint64.wmeier1-1/+1
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionwmeier4-1150/+4472
2011-10-06Don't stuff "(null)" into the protocol tree.gerald1-14/+26
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6gerald2-10/+41
2011-10-06Added media type multipart/report from RFC3462.stig1-0/+2
2011-10-06Typo FT_IPv4 isf FT_IPv6.etxrab1-1/+1
2011-10-06Add exportsetxrab2-46/+50
2011-10-06Fix for bug 6356:jake1-5/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...wmeier11-159/+159
2011-10-06It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.stig1-1/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier364-9197/+9197
2011-10-06Don't break strict aliasing rules.gerald1-6/+8
2011-10-06Create expert item for invalid packet type instead of using DISSECTOR_ASSERT_...wmeier1-55/+36
2011-10-05GEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.gerald1-1/+1
2011-10-05Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation ongerald1-0/+5
2011-10-05Fix GeoIP-sans-IPv6 compilation.gerald2-2/+2
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald4-17/+429
2011-10-05packet-ipdc.h no longer exists ...wmeier1-1/+0
2011-10-05Fix proto_tree_add_item() encoding parameter:wmeier2-781/+734
2011-10-05All: Fix proto_tree_add_item() encoding parameter:wmeier4-138/+146
2011-10-05Check if the continue is from the originating side too.etxrab1-41/+47
2011-10-05Add a couple of OID strings.etxrab1-2/+5
2011-10-05Some minor documentation changes: little_endian -> encoding. Also, fully par...cmaynard1-6/+5
2011-10-05Add a short description ofthe dissector (from the Bug submission)wmeier1-0/+7
2011-10-05Various cleanup:wmeier1-231/+229
2011-10-05Use ENC_NA as the proto_tree_add_item() encoding parameter for a field of typ...wmeier1-5/+2
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.stig1-7/+12
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.stig1-4/+2
2011-10-05Use g_tree_steal to remove an entry without calling the destroy function.stig1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier6-179/+179
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier11-68/+68
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier293-2394/+2394
2011-10-04Free duplicated strings in hf entries.stig1-7/+11
2011-10-04Free duplicated strings in hf entries.stig1-5/+9
2011-10-04Remove unused variables.etxrab1-4/+0
2011-10-04Added Idetxrab1-0/+1
2011-10-04From Rob Kruciak:etxrab3-0/+419
2011-10-04Make custom IMF headers a part of profiles.stig1-1/+1
2011-10-04Delete allocated header fields when updating the UAT.stig1-5/+6
2011-10-04Unregister and delete allocated header fields when updating the UAT.stig1-64/+34
2011-10-04Make value_strings const to fix checkapi warning. Do some minor reformatting.morriss1-14/+25
2011-10-04Added support for configuring custom IMF headers.stig1-8/+188
2011-10-04Add proto_unregister_field().stig2-0/+34
2011-10-03From Pascal Quantin:etxrab1-16/+57
2011-10-03Fix a typoetxrab1-1/+1
2011-10-03Set ENCetxrab2-275/+275