summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Enable airpdcap debugging explicitly.Gerald Combs2-11/+13
2016-07-28IPv6: Fix Decode As to distinguish a null from a hop-by-hop next header.João Valverde1-12/+39
2016-07-28IPv6: Reduce some expert info PI_PROTOCOL severitiesJoão Valverde1-11/+11
2016-07-28CIP: ensure to give a valid tvb pointer when calling proto_tree_add_XXX funct...Pascal Quantin1-47/+47
2016-07-28IPv6: Fix an incorrect bitmaskJoão Valverde1-1/+1
2016-07-28[BTLE] Add Version 4.2 to ll_version_number_valsAndersBroman1-2/+3
2016-07-28Fixed compile error in packet-ssl-utils.c when HAVE_LIBCRYPT not definedKim Kempf1-2/+2
2016-07-28IPv6: Add expert info for option extension header type mismatchJoão Valverde1-11/+57
2016-07-28IPv6: Add support for SMF_DPD option (RFC 6621)João Valverde1-2/+113
2016-07-27[BTLE] Add new Link layer Feature flags.AndersBroman1-5/+19
2016-07-27IPSec: fix decryption broken in g8cd167aPascal Quantin1-4/+4
2016-07-27ssl-utils: ensure that the cipher suite matches decoderPeter Wu3-70/+80
2016-07-27IPv6: Fix dissection with IPv6 No Next HeaderJoão Valverde1-10/+15
2016-07-27ERSPAN: support platform specific sub-header.William Tu1-4/+148
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann49-177/+515
2016-07-27[BTLE] Use the correct struct.AndersBroman1-8/+8
2016-07-27IPv6: Remove an unused function and unused macros.Gerald Combs1-14/+0
2016-07-26Move airpdcap's print_debug_line() to airpdcap_debug.hMichael Mann4-59/+6
2016-07-26IPv6: Add "ipv6_ws" tap providing a ws_ip structureJoão Valverde2-73/+80
2016-07-26Cleanup some checkAPI warnings that were missed in previous patches.Michael Mann1-2/+2
2016-07-26Use ws_g_warning in wslua.Michael Mann6-39/+44
2016-07-26packet-smb2: fix data type of share_typeHiroshi Ioka2-3/+3
2016-07-26BGP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2016-07-26s1ap: fix indent (use 2 spaces) and modelines infoAlexis La Goutte5-1106/+1161
2016-07-26DNP dissector. Typo in commentsbartolootrit1-10/+10
2016-07-26ERSPAN: add link to protocol spec and refactoring.William Tu1-85/+54
2016-07-26Fix decoding of MS Info Change Reporting ActionMarius Paliga1-4/+4
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann10-71/+79
2016-07-26GVSP: enforce heuristic (get some false positive with STUN)Alexis La Goutte1-0/+10
2016-07-26MP-BGP dissector: Fix EVPN route type 5 decodingMatt Texier1-71/+104
2016-07-26packet-smb2: add a dissector for STATUS_STOPPED_ON_SYMLINKHiroshi Ioka2-13/+127
2016-07-26SMB2: Always display reserved fieldAlexis La Goutte1-2/+29
2016-07-26WBXML: limit the recursion levelPascal Quantin1-1/+7
2016-07-26WAP: check that tvb_get_guintvar does not overflowPascal Quantin5-117/+139
2016-07-26proto.c: add bounds check to proto_tree_add_text(_valist)_internalPascal Quantin1-0/+16
2016-07-26IPv6: Add fragment header size #defineJoão Valverde2-4/+6
2016-07-25vxlan(.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-07-25SMB2: (Re)indent hf_register_info hf (use tab)Alexis La Goutte1-767/+1175
2016-07-25vsock: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-07-25LDSS: check if a conversation already exists before recreating itPascal Quantin1-11/+14
2016-07-25SHIM6: rename p variable by offsetAlexis La Goutte1-143/+126
2016-07-25[S1AP] Add dissection of the content of UERadioCapabilityForPaging.AndersBroman6-2998/+3253
2016-07-25[GTPv2] Dissect TWAN Identifier and other minor updates.AndersBroman1-8/+202
2016-07-25IPv6: Use wmem_packet_scope for ws_ip address allocationJoão Valverde1-2/+2
2016-07-25IPv6: Use pinfo->pool scope for ipv6_pinfoJoão Valverde1-1/+1
2016-07-25IPv6: Say "unknown" for unknown ip protocol column infoJoão Valverde1-1/+1
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde6-52/+20
2016-07-25RLC: fix a variable overflow in rlc_decode_li functionPascal Quantin1-3/+4
2016-07-25RLC: fix a stack overflow in rlc_decode_li functionPascal Quantin1-1/+1
2016-07-25Add vSocket dissectorGerard Garcia3-0/+324