aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin3-39/+38
2014-04-22Fix ASAN error due to invalid typePeter Wu1-7/+5
2014-04-22Minor cleanupBill Meier12-293/+220
2014-04-22Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]Bill Meier1-0/+1
2014-04-22Cache the "tcp_tree" with p_add_proto_data. Bug 9518.Michael Mann1-2/+4
2014-04-22Add Length for Mobility Header Link-Layer Address Option (Type 7)Alexis La Goutte1-0/+2
2014-04-22Fix display of AVP: 3GPP-MS-TimeZone(23), oct is owerwritten.AndersBroman1-4/+6
2014-04-22Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2014-04-22Much faster implementation of 'strict' allocator.Evan Huus1-100/+72
2014-04-21Note the new transport name resolution behavior.Gerald Combs1-0/+5
2014-04-21Disable transport name resolution by default.Gerald Combs1-1/+1
2014-04-21regenerate manufMartin Kaiser1-1/+1
2014-04-21Add short name for CableLabs.Philip Rosenberg-Watt1-0/+1
2014-04-21Define a function as 'static' (Fixes [-Wmissing-prototypes] warning).Bill Meier1-1/+2
2014-04-21dissect some more E-LMI fieldsMartin Kaiser1-2/+118
2014-04-21mention the E-LMI lua dissector in the headerMartin Kaiser1-0/+3
2014-04-21add E-LMI to the release notesMartin Kaiser1-0/+1
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier57-422/+564
2014-04-21Fix some bugs; Do more cleanup;Bill Meier1-389/+585
2014-04-21(Trivial) Clean up a comment; Fix spelling errors; Do some whitespace changes.Bill Meier1-70/+70
2014-04-21Update to latsest spec. number while we are at it(no change).AndersBroman6-7/+7
2014-04-21Fix declaration of index shadows globalEvan Huus1-5/+5
2014-04-21Replace linked list of proto fields with arrayEvan Huus6-41/+35
2014-04-21Replace a GTree with a GHashTableEvan Huus1-10/+10
2014-04-21Apply the fix for bug 3290 to proto_tree_add_bytes*(): check the item length ...Jeff Morriss1-0/+15
2014-04-21Minor value table updates. See bug 9718.David Ameiss1-10/+56
2014-04-21Fix various white space issues and typoes and regenerate SABP dissector.Guy Harris3-184/+174
2014-04-20Rename ENABLE_EXTRA_COMPILER_CHECKS to ENABLE_EXTRA_COMPILER_WARNINGS.Guy Harris2-4/+4
2014-04-20"extra *compiler* warnings", not just "extra warnings".Guy Harris1-3/+3
2014-04-20Rename ENABLE_EXTRA_GCC_CHECKS to ENABLE_EXTRA_COMPILER_CHECKS.Guy Harris1-1/+1
2014-04-20Get rid of ENABLE_EXTRA_CLANG_CHECKS.Guy Harris2-7/+0
2014-04-20Rename --enable-extra-compiler-checks to --enable-extra-warnings.Guy Harris1-3/+3
2014-04-20Don't distinguish between "GCC" and "Clang" extra -W flags.Guy Harris3-45/+67
2014-04-20[Automatic manuf, services and enterprise-numbers update for 2014-04-20]Gerald Combs3-23/+237
2014-04-20Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree i...Michael Mann1-5/+6
2014-04-19Clean up white space (replace tabs with 4 spaces).Guy Harris1-9/+7
2014-04-19More name changes.Guy Harris26-144/+144
2014-04-19Some routine name changes.Guy Harris21-77/+70
2014-04-19IPV6 Mobility Header Binding Revocation Acknowledge Global field is the wrong...Michael Mann1-16/+24
2014-04-19IPv6 Authentication Header not parsed after Mobility HeaderAlexis La Goutte1-0/+11
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris5-56/+36
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-04-18Fix infinite loop. Bug #10003.Evan Huus1-8/+16
2014-04-18Move packet-kerberos to ASN1 dissectorAlexis La Goutte2-2/+2
2014-04-18Remove all old BER functions.Stig Bjørlykke2-1150/+1
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke7-23/+55
2014-04-18Add kerberos-exp.cnf to asn1 gitignoreAlexis La Goutte1-0/+1
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin12-221/+242
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte3-55/+46