aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-08-14Fix up decoding of bitfields in the aligned variant.Anders Broman1-30/+31
2010-08-13Add missing break, should fix bugAnders Broman1-0/+1
2010-08-13Do not load lua-scripts starting with '.'Stig Bjørlykke1-0/+8
2010-08-12Update ZRTP dissector to draft-22.Jaap Keuter1-1/+6
2010-08-12Improve the way the encoded FP variant is interpreted.Martin Mathieson1-1/+9
2010-08-12Added support for RFC5482: User Timeout Option.Stig Bjørlykke1-1/+54
2010-08-12From Pascal Quantin:Martin Mathieson1-5/+12
2010-08-12Fix a duplicate/copy-pasted filter field name.Martin Mathieson1-1/+1
2010-08-12From Chris Maynard via bug 5105:Stig Bjørlykke1-1/+1
2010-08-11Do DISSECTOR_ASSERT_NOT_REACHED(); if golmb coded data is > 32 bits.Anders Broman1-1/+3
2010-08-11Update the comment.Anders Broman1-1/+1
2010-08-11Add a warning message if H264 profile-level-id parameter wasn'tAnders Broman1-3/+5
2010-08-11Call tvb_get_bits32() if leading_zero_bits > 16.Stig Bjørlykke1-1/+3
2010-08-11Added check for valid tvb before calling tvb_length().Stig Bjørlykke1-2/+4
2010-08-11Remove non-ASCII characters.Jeff Morriss1-1/+1
2010-08-11Make it compile.Stig Bjørlykke1-3/+1
2010-08-11Remove redundant chek_col.Anders Broman1-22/+8
2010-08-11From Frank Schorr:Anders Broman1-8/+22
2010-08-11From Holger Freyther:Anders Broman1-0/+8
2010-08-11From Aamer Akhter:Anders Broman1-414/+426
2010-08-11From Herbert Lischka:Anders Broman1-47/+147
2010-08-11Add a komment about the format of the MSRP path parameter.Anders Broman1-1/+17
2010-08-10From Cal Turney:Anders Broman3-1/+9
2010-08-10Declare error as volatile to avoid warning on opensolaris:Stig Bjørlykke1-2/+2
2010-08-10Dissect SMB_FILE_ATTRIBUTES, when used as file attributes rather thanGuy Harris3-76/+51
2010-08-09Future-proof a for loop.Gerald Combs1-1/+2
2010-08-09From David Aggeler:Jaap Keuter1-356/+627
2010-08-09Fix another compile error. Bill Meier1-1/+0
2010-08-09Fix another compile error :(Bill Meier1-1/+1
2010-08-09Fix a compile error.Bill Meier1-1/+1
2010-08-09From Herbert Lischka: "corrected the dissection of reassembled UDP packets".Bill Meier1-190/+260
2010-08-09Fix typo in my last commit that broke compilationStephen Fisher1-2/+1
2010-08-09Update to latest device descriptionsStephen Fisher1-87/+142
2010-08-09Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.Stig Bjørlykke1-1/+1
2010-08-08Protect tvb_* functions in a TRY-CATCH block.Stig Bjørlykke1-64/+150
2010-08-08From Roberto Morro:Anders Broman1-92/+178
2010-08-08[Automatic manuf and enterprise-numbers update for 2010-08-08]Gerald Combs1-9/+145
2010-08-07From Cal Turney:Anders Broman1-2/+2
2010-08-06From Jay Crisman:Jaap Keuter1-0/+7
2010-08-06From Tan Kean Siong:Jaap Keuter1-5/+89
2010-08-06From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes cr...Bill Meier1-1/+1
2010-08-06Move proto_item_set_len() outside of an if statement so NPDU length is proper...Bill Meier1-49/+47
2010-08-05Fix number of arguments to formatJeff Morriss1-1/+1
2010-08-05From Christian Durrer:Anders Broman1-59/+731
2010-08-05Initialize tpcph to avoid warnings from clang:Stig Bjørlykke1-0/+3
2010-08-04Update bit_offset whether calling MAC dissector or not.Martin Mathieson1-1/+1
2010-08-04Ensure we don't index into a NULL pointer.Stig Bjørlykke1-0/+1
2010-08-04Initialize confounder to ensure it has a known value.Stig Bjørlykke1-1/+1
2010-08-04Avoid a possible dereference of null pointer.Stig Bjørlykke1-2/+2
2010-08-04Avoid a possible dereference of null pointer.Stig Bjørlykke1-1/+1