Bug 208993 - [New Port] net/ipdecap - Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP (ipsec) protocols
Summary: [New Port] net/ipdecap - Decapsulate traffic encapsulated within GRE, IPIP, 6...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 12:19 UTC by loic-freebsd
Modified: 2016-04-23 18:42 UTC (History)
1 user (show)

See Also:


Attachments
shar file (1.71 KB, application/x-shar)
2016-04-23 12:19 UTC, loic-freebsd
no flags Details
Poudriere build log for 10.1 amd64 (18.83 KB, text/x-log)
2016-04-23 12:20 UTC, loic-freebsd
no flags Details
Poudriere build log for 10.1 i386 (19.12 KB, text/x-log)
2016-04-23 12:20 UTC, loic-freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic-freebsd 2016-04-23 12:19:53 UTC
Created attachment 169593 [details]
shar file

Hello,

Please find poudriere build logs and the shar file for this new port.

Thanks,
Loïc

WWW: https://loicpefferkorn.net/ipdecap/
Comment 1 loic-freebsd 2016-04-23 12:20:25 UTC
Created attachment 169594 [details]
Poudriere build log for 10.1 amd64
Comment 2 loic-freebsd 2016-04-23 12:20:42 UTC
Created attachment 169595 [details]
Poudriere build log for 10.1 i386
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-23 16:52:44 UTC
Cool tool. Do you also plan to provide Q-in-Q-unwrapping ?
Comment 4 loic-freebsd 2016-04-23 17:08:02 UTC
Why not! I just need a pcap file with the QinQ protocol for testing.
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-23 18:35:58 UTC
testbuilds are fine.
Comment 6 commit-hook freebsd_committer freebsd_triage 2016-04-23 18:39:24 UTC
A commit references this bug:

Author: pi
Date: Sat Apr 23 18:39:05 UTC 2016
New revision: 413899
URL: https://svnweb.freebsd.org/changeset/ports/413899

Log:
  New port: net/ipdecap

  Decapsulate traffic encapsulated within GRE, IPIP, 6in4 and ESP protocols
  from a pcap file.

  Can also remove IEEE 802.1Q (virtual lan - vlan) header.

  WWW: https://loicpefferkorn.net/ipdecap/

  PR:		208993
  Submitted by:	Loic Pefferkorn <loic-freebsd@loicp.eu>

Changes:
  head/net/Makefile
  head/net/ipdecap/
  head/net/ipdecap/Makefile
  head/net/ipdecap/distinfo
  head/net/ipdecap/pkg-descr
Comment 7 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-23 18:42:27 UTC
Here's a sample of a q-in-q pcap:

http://nil.uniza.sk/packet-captures/ethernet/q-q-vlan-stacking-packet-capture
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-04-23 18:42:41 UTC
Committed, thanks!