aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-18Fix mix tab and spaceAlexis La Goutte2-12/+12
2014-04-18Mark the exported_pdu tags as stable (before the next release).Jeff Morriss1-9/+18
2014-04-18Fix build for FreeBSDEdwin Groothuis1-0/+4
2014-04-18Add a hack to _VS_ENUM_XXX to prevent gcc "warning: comma at end of enumerato...Bill Meier1-6/+7
2014-04-17Moved packet-kerberos.c to DIRTY_ASN1_DISSECTOR_SRCStig Bjørlykke1-1/+1
2014-04-17Fixed typo HAVE_LIBGRYPT -> HAVE_LIBGCRYPTStig Bjørlykke1-1/+1
2014-04-17Save and restore the current_proto string in tcp_dissect_pdus().Guy Harris1-0/+9
2014-04-17Add CRC-8 calculator for EPONPhilip Rosenberg-Watt2-2/+16
2014-04-17Try to fix bug 10000.Guy Harris1-5/+12
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan12-37/+802
2014-04-17remove duplicated entries.AndersBroman1-4/+0
2014-04-17From Graham Bloice:AndersBroman1-8/+12
2014-04-17ssl: Detect unencrypted heartbeat messagesPeter Wu1-1/+10
2014-04-17From zeljko:AndersBroman1-8/+14
2014-04-17From: Alvaro Neira Ayuso <anayuso@sysmocom.de>AndersBroman1-23/+24
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman6-4515/+3867
2014-04-17Use Lua 5.2.3 linked against MSVCR110.DLL when compiling with MSVC2012Pascal Quantin3-2/+10