aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier364-9197/+9197
2011-10-06Don't break strict aliasing rules.Gerald Combs1-6/+8
2011-10-06Create expert item for invalid packet type instead of using DISSECTOR_ASSERT_...Bill Meier1-55/+36
2011-10-05GEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.Gerald Combs1-1/+1
2011-10-05Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation onGerald Combs1-0/+5
2011-10-05Fix GeoIP-sans-IPv6 compilation.Gerald Combs2-2/+2
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs4-17/+429
2011-10-05packet-ipdc.h no longer exists ...Bill Meier1-1/+0
2011-10-05Fix proto_tree_add_item() encoding parameter:Bill Meier2-781/+734
2011-10-05All: Fix proto_tree_add_item() encoding parameter:Bill Meier4-138/+146
2011-10-05Check if the continue is from the originating side too.Anders Broman1-41/+47
2011-10-05Add a couple of OID strings.Anders Broman1-2/+5
2011-10-05Some minor documentation changes: little_endian -> encoding. Also, fully par...Chris Maynard1-6/+5
2011-10-05Add a short description ofthe dissector (from the Bug submission)Bill Meier1-0/+7
2011-10-05Various cleanup:Bill Meier1-231/+229
2011-10-05Use ENC_NA as the proto_tree_add_item() encoding parameter for a field of typ...Bill Meier1-5/+2
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.Stig Bjørlykke1-7/+12
2011-10-05Cleanup the unregister loop to avoid freeing wrong data.Stig Bjørlykke1-4/+2
2011-10-05Use g_tree_steal to remove an entry without calling the destroy function.Stig Bjørlykke1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier6-179/+179
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier11-68/+68
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier293-2394/+2394
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-7/+11
2011-10-04Free duplicated strings in hf entries.Stig Bjørlykke1-5/+9
2011-10-04Remove unused variables.Anders Broman1-4/+0
2011-10-04Added IdAnders Broman1-0/+1
2011-10-04From Rob Kruciak:Anders Broman3-0/+419
2011-10-04Make custom IMF headers a part of profiles.Stig Bjørlykke1-1/+1
2011-10-04Delete allocated header fields when updating the UAT.Stig Bjørlykke1-5/+6
2011-10-04Unregister and delete allocated header fields when updating the UAT.Stig Bjørlykke1-64/+34
2011-10-04Make value_strings const to fix checkapi warning. Do some minor reformatting.Jeff Morriss1-14/+25
2011-10-04Added support for configuring custom IMF headers.Stig Bjørlykke1-8/+188
2011-10-04Add proto_unregister_field().Stig Bjørlykke2-0/+34
2011-10-03From Pascal Quantin:Anders Broman1-16/+57
2011-10-03Fix a typoAnders Broman1-1/+1
2011-10-03Set ENCAnders Broman2-275/+275
2011-10-03Fix checkhf error in packet-smb2.c file.Alexis La Goutte1-28/+0
2011-10-03Thou shalt not use g_sprintf() lest thou overflow a buffer. (Yes, evenGuy Harris1-2/+3
2011-10-03%hhu = %u in printf-like functions, as "char", "signed char", andGuy Harris1-1/+1
2011-10-03Fix tpo.Guy Harris1-1/+1
2011-10-03Cast away a warning - if that buffer has more than 2^31-1 characters inGuy Harris1-1/+1
2011-10-03Remove unused hf field.Anders Broman1-6/+0
2011-10-03tvb_get_bits{16,32,64} get passed encoding values. Rename the argumentGuy Harris2-13/+25
2011-10-03Set encoding.Anders Broman1-30/+30
2011-10-03From Jakob Hirsch:Anders Broman1-0/+54
2011-10-03From David Mueller:Anders Broman1-3/+3
2011-10-03From Michael Mann:Anders Broman1-14/+10
2011-10-02OK, those seem to depend on at least some of the CIP changes, so backGuy Harris2-549/+79
2011-10-02Back out the changes to packet-cip.h, too, so that a fixed version ofGuy Harris1-74/+1128
2011-10-02Back out improvements - it's still getting a lot of "used uninitialized"Guy Harris1-3506/+2090