aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-03Fix checkhf error in packet-smb2.c file.alagoutte1-28/+0
2011-10-03Thou shalt not use g_sprintf() lest thou overflow a buffer. (Yes, evenguy1-2/+3
2011-10-03%hhu = %u in printf-like functions, as "char", "signed char", andguy1-1/+1
2011-10-03Fix tpo.guy1-1/+1
2011-10-03Cast away a warning - if that buffer has more than 2^31-1 characters inguy1-1/+1
2011-10-03Remove unused hf field.etxrab1-6/+0
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentguy2-13/+25
2011-10-03Set encoding.etxrab1-30/+30
2011-10-03From Jakob Hirsch:etxrab1-0/+54
2011-10-03From David Mueller:etxrab1-3/+3
2011-10-03From Michael Mann:etxrab1-14/+10
2011-10-02OK, those seem to depend on at least some of the CIP changes, so backguy2-549/+79
2011-10-02Back out the changes to packet-cip.h, too, so that a fixed version ofguy1-74/+1128
2011-10-02Back out improvements - it's still getting a lot of "used uninitialized"guy1-3506/+2090
2011-10-02"seg_size" isn't set here, and the items don't appear to have a variableguy1-6/+6
2011-10-02Fix warnings.tuexen1-25/+25