aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-09Add a comment with links to I-Ds for protocols that look as if they'reGuy Harris1-0/+12
2011-10-09[Automatic manuf, services and enterprise-numbers update for 2011-10-09]Gerald Combs1-1/+153
2011-10-09From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-188/+135
2011-10-09Enhance BGP Open messageAlexis La Goutte2-77/+115
2011-10-09Added a button to refresh a UAT from the system defaults (if existing).Stig Bjørlykke2-6/+8
2011-10-09Check for NULL pointer in file_exists().Stig Bjørlykke1-0/+4
2011-10-08Enhance BGP HeaderAlexis La Goutte1-28/+29
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-69/+73
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6422Alexis La Goutte1-994/+1310
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421Alexis La Goutte1-7/+50
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6421Alexis La Goutte1-1/+208
2011-10-08From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6420Alexis La Goutte1-2/+2
2011-10-08From Stéphane Bryant: fixes in reload fragmentation handlingBill Meier1-105/+111
2011-10-08From Stéphane Bryant: remove the variables that the previous patch left unusedBill Meier1-22/+8
2011-10-07From Martin Kaiser:Anders Broman1-33/+256
2011-10-07- Put a TRY/CATCH block around dissect_h264_nal_unit() in caseAnders Broman1-7/+11
2011-10-07As suggested/requested inJeff Morriss1-0/+1
2011-10-06From Dirk Jagdmann:Gerald Combs1-4/+20
2011-10-06Use '"%" G_GINT64_MODIFIER "d"' instead of "%ld" to format a guint64.Bill Meier1-1/+1
2011-10-06From Stéphane Bryant: improvements in RELOAD dissectionBill Meier4-1150/+4472
2011-10-06Don't stuff "(null)" into the protocol tree.Gerald Combs1-14/+26
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6Gerald Combs2-10/+41
2011-10-06Added media type multipart/report from RFC3462.Stig Bjørlykke1-0/+2
2011-10-06Typo FT_IPv4 isf FT_IPv6.Anders Broman1-1/+1
2011-10-06Add exportsAnders Broman2-46/+50
2011-10-06Fix for bug 6356:Jaap Keuter1-5/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier11-159/+159
2011-10-06It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.Stig Bjørlykke1-1/+3
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