summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Use Windows CRT string functions in some places.Gerald Combs2-19/+7
2016-07-21Add proto_tree_add_checksum.Michael Mann114-2099/+994
2016-07-21Constify a few value_strings which were generated at run-timeBalint Reczey2-338/+327
2016-07-21No need to check for string option values being null.Guy Harris1-2/+2
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann13-72/+33
2016-07-20IPv6: Add option type encodingsJoão Valverde1-7/+47
2016-07-20[RRC] Update to V13.3.0 (2016-07)AndersBroman6-3933/+3929
2016-07-20IPv6: Mark ENDI option as deprecated (do not ignore)João Valverde1-1/+1
2016-07-20PCP: add a missing castPascal Quantin1-1/+1
2016-07-20Convert some g_ APIs to wmem.Michael Mann3-101/+22
2016-07-20IPv6: Fix LIO option dissectionJoão Valverde1-11/+9
2016-07-20MPTCP: fix mask used to display backup flagPascal Quantin1-1/+1
2016-07-20IPv6: Mark ENDI option as deprecated (ignore)João Valverde1-2/+2
2016-07-20packet-ldap.c: Convert some g_ APIs to wmem.Michael Mann2-86/+28
2016-07-20packet-nbap.c: Convert some g_ APIs to wmem.Michael Mann3-113/+67
2016-07-20Allow BASE_NONE (with strings conversion) for integral values again.Jeff Morriss2-5/+17
2016-07-19AH: Make some display formats more standardJoão Valverde1-18/+19
2016-07-19AH: Remove ah_header_data and subtree payload preferenceJoão Valverde1-41/+8
2016-07-19VXLAN: use the newly created vxlan.next_proto dissector table everywherePascal Quantin8-44/+52
2016-07-19Support for NSH with VXLAN encapsulationsjha31-0/+5
2016-07-19asterix: remove unused hf entryMartin Kaiser1-2/+0
2016-07-18IPv6: Export ipv6_pinfo interface for sub-dissectorsJoão Valverde2-36/+38
2016-07-18IPv6: Remove unknown extension header dissectionJoão Valverde1-64/+1
2016-07-18ouch: fix indent (use 4spaces)Alexis La Goutte1-5/+5
2016-07-18SHIM6: fix no previous prototype for 'proto_register_shim6/proto_reg_handoff_...Alexis La Goutte1-0/+3
2016-07-18[GTPv2] Extend MM Context dissection.AndersBroman1-9/+101
2016-07-18IPv6: Set (jumbo) length by inspecting hop-by-hop header, if existingJoão Valverde1-39/+56
2016-07-18IPv6: Dissect as much as possible in case of errorsJoão Valverde2-157/+129
2016-07-18Add support for the U-bit in I-FORWARD-TSN chunks.Michael Tuexen1-15/+34
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss2-16/+14
2016-07-18packet-smb2: add dissectors forHiroshi Ioka1-3/+104
2016-07-18Rename iph->ip_p to iph->ip_nxtJoão Valverde5-12/+12
2016-07-18IPv6: Remove union from struct ip6_hdrJoão Valverde3-60/+59
2016-07-17L2TP: Add dissectors for Ericsson specific L2TP AVPsHarald Welte1-0/+300
2016-07-17[Automatic update for 2016-07-17]Gerald Combs3-25/+328
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-3/+3
2016-07-17Update to support OUCH-4.2 as of 2016/02/29 releaseDavid Arnold1-54/+314
2016-07-17Fix sscanf VS Code Analysis warnings.Michael Mann2-27/+28
2016-07-16ISIS (LSP): Fix Malformed packetAlexis La Goutte1-6/+24
2016-07-16wmem_map.c: Address some VS Code Analysis warnings.Michael Mann1-3/+4
2016-07-16IPv6: Improve offset handling for options sub-dissectorsJoão Valverde1-90/+134
2016-07-16Allocate data sources using wmem.Gerald Combs1-14/+2
2016-07-16Another attempt to squash warnings from printf use in reassemble_test.cMichael Mann1-1/+1
2016-07-15IPv6: Minor loop cleanupJoão Valverde1-3/+5
2016-07-15IPv6: Register fragment header dissector handleJoão Valverde1-68/+76
2016-07-15IPv6: Fix commentJoão Valverde1-1/+1
2016-07-15IPv6: Register extension headers ett/ei arraysJoão Valverde1-63/+102
2016-07-15Move Shim6 dissector to packet-shim6.cJoão Valverde5-876/+952
2016-07-15reassemble_test.c: Fix checking macros with correct printf style arguments.Michael Mann1-172/+178
2016-07-15IPv6: Check pinfo->layers for hop-by-hop exthdr orderJoão Valverde1-16/+17