aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-15Bluetooth: GATT: Add services error codesMichal Labedzki1-15/+329
2016-07-15Bluetooth: RFCOMM: Fix CID 1364086Michal Labedzki1-3/+4
2016-07-15IPv6: Remove null check (CID 1364087)João Valverde1-1/+1
2016-07-15tvbtest.c - Fix printf style argument typesMichael Mann1-2/+3
2016-07-15reassemble_test.c: Reorder macro behavior to make it clearer we have NULL che...Michael Mann1-21/+20
2016-07-15exntest.c: Create local functions to handle "nesting" TRY/CATCH macros to fix...Michael Mann1-36/+52
2016-07-14Redo the block options APIs.Guy Harris2-5/+38
2016-07-14IPv6: Fix jumbo payload length offsetJoão Valverde1-1/+1
2016-07-14IPv6: Fix Jumbogram hop-by-hop expert infoJoão Valverde1-1/+1
2016-07-14Update URLs.Guy Harris1-3/+3
2016-07-14MBIM: add dissection of AT&T proprietary UUIDPascal Quantin1-13/+682
2016-07-14DHCP: correctly parse PXE options (209-210)Daniele Lacamera1-3/+14
2016-07-14ETAG: add explicit casts to please OSX buildbotPascal Quantin1-2/+2
2016-07-14packet-beep.c: Pacify OS X buildbot with castMichael Mann1-1/+1
2016-07-14proto.c: Unsigned fields should use %u within printf.Michael Mann1-7/+7
2016-07-14MBIM: add a missing breakPascal Quantin1-0/+1
2016-07-14Add ERSPAN II support for field EN and Index.William Tu1-9/+31
2016-07-14packet-beep.c: Use strtol over scanf to prevent analysis warnings.Michael Mann1-16/+6
2016-07-14LTE RRC: add dissection of schedulingInfoSIB1-r13 fieldPascal Quantin3-5/+42
2016-07-14Fix VHT valid checks.Guy Harris1-2/+2
2016-07-14packet-ieee80211-radio.c: Prevent array overflow.Michael Mann1-1/+1