summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Document the new lua functions.Stig Bjørlykke1-0/+2
2008-10-31Fix a prototype to avoid a warning.Stig Bjørlykke1-1/+1
2008-10-31Do not call a variable value_string as we have a struct with this name.Stig Bjørlykke3-7/+7
2008-10-31Provide TvbRange:{offset|len}() instead of TvbRange.{offset|len}.Balint Reczey1-81/+27
2008-10-31Fix the last "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-16/+16
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke5-118/+118
2008-10-31Fix some indentation ....Bill Meier1-161/+161
2008-10-31Revert SVN #26644: The fix is not needed ....Bill Meier2-21/+17
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke8-13/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke18-63/+63
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke25-136/+136
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke25-70/+70
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstBill Meier2-5/+9
2008-10-31Fix two cases of adding to COL_INFO w/o checking firstBill Meier2-17/+21
2008-10-31Thou shalt not "print" a string with a printf-like function by using itGuy Harris1-5/+5
2008-10-31Fix bug #3020: Fix potential memory leaksStephen Fisher1-2/+6
2008-10-30Added support for RPCAP message formats.Stig Bjørlykke2-0/+1214
2008-10-30Slight rework related to proto_register & proto_reg_handoff;Bill Meier1-23/+23
2008-10-30Add id-pkix-ocsp-nocheck.Anders Broman1-3/+14
2008-10-30Fix:Anders Broman2-2/+2
2008-10-30From Joe Eykholt:Jaap Keuter1-61/+109
2008-10-30From Abhik Sarkar:Anders Broman1-38/+70
2008-10-30From Marc Moussali:Anders Broman1-1/+1
2008-10-30Fix bug #3017: remove un-necessary code (and thus fix a small memory leak)Bill Meier1-3/+0
2008-10-30Add dissection of some IE:sAnders Broman2-50/+279
2008-10-30From Pascal Quantin:Anders Broman1-44/+455
2008-10-30From Pascal Quantin:Anders Broman3-47/+1285
2008-10-30Try to dissect the Topology Descriptor before the commandBalint Reczey1-0/+30
2008-10-29Minor cleanup related to proto_register & proto_reg_handoffBill Meier2-21/+19
2008-10-29fixes some parsing errors revealed by fuzz testsBalint Reczey1-1/+13
2008-10-28Clean up indentation.Guy Harris1-12/+12
2008-10-28Make it compile.Stig Bjørlykke1-1/+2
2008-10-28packet-gsm_sms.c:1643: warning: unused variable 'str' ...etcAnders Broman1-14/+0
2008-10-28From Shmulik Bezale:Anders Broman3-55/+993
2008-10-28From Shmulik Bezale:Anders Broman1-1/+1
2008-10-28From Shmulik Bezale:Anders Broman1-5/+263
2008-10-28From Pascal Quantin:Anders Broman1-25/+31
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...Anders Broman6-307/+352
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.Anders Broman1-20/+42
2008-10-27Fixed some true_false_string definitions.Stig Bjørlykke1-12/+12
2008-10-27From Pascal Quantin:Anders Broman1-240/+956
2008-10-27Update towards 48.008 8.4.0Anders Broman3-333/+1228
2008-10-27Minor rework related to proto_reg_handoffBill Meier1-9/+6
2008-10-27Show configured GeoIP paths in About->FoldersStig Bjørlykke3-0/+40
2008-10-27Fix bug in each dissector: port pref change was ignored; Related: proto_reg_h...Bill Meier2-6/+28
2008-10-27From Tom Hughes:Jaap Keuter1-13/+51
2008-10-27Use correct struct to check for path.Stig Bjørlykke1-2/+2
2008-10-27On request from Philip Zimmermann:Jaap Keuter1-9/+59
2008-10-27Try to make the build bot happy.Anders Broman1-1/+1
2008-10-27Add support for the GeoIP library. Using different database files,Gerald Combs5-2/+327