netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] src: proto: Add missing packet type
@ 2016-03-01 12:39 Shivani Bhardwaj
  2016-03-01 13:17 ` Florian Westphal
  0 siblings, 1 reply; 5+ messages in thread
From: Shivani Bhardwaj @ 2016-03-01 12:39 UTC (permalink / raw)
  To: netfilter-devel

Add missing packet type "invalid" for DCCP.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
---
 src/proto.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/proto.c b/src/proto.c
index 0ed98ed..4d049f5 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -443,6 +443,7 @@ static const struct symbol_table dccp_pkttype_tbl = {
 		SYMBOL("reset",		DCCP_PKT_RESET),
 		SYMBOL("sync",		DCCP_PKT_SYNC),
 		SYMBOL("syncack",	DCCP_PKT_SYNCACK),
+		SYMBOL("invalid",	DCCP_PKT_INVALID),
 		SYMBOL_LIST_END
 	},
 };
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-03 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 12:39 [PATCH] src: proto: Add missing packet type Shivani Bhardwaj
2016-03-01 13:17 ` Florian Westphal
2016-03-01 13:51   ` Shivani Bhardwaj
2016-03-01 14:01     ` Florian Westphal
2016-03-03 17:58       ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).