face: NDNLP encoding change

FragIndex and FragCount fields are encoded as nonNegativeInteger.

refs #1283

Change-Id: I4654078c3bfd73c83ce06ce6a9cd97952a4f49f8
diff --git a/daemon/face/ndnlp-parse.hpp b/daemon/face/ndnlp-parse.hpp
index 2790569..4215620 100644
--- a/daemon/face/ndnlp-parse.hpp
+++ b/daemon/face/ndnlp-parse.hpp
@@ -22,7 +22,7 @@
 };
 
 /** \brief represents a NdnlpData packet
- *  
+ *
  *  NdnlpData ::= NDNLP-DATA-TYPE TLV-LENGTH
  *                  NdnlpSequence
  *                  NdnlpFragIndex?
@@ -33,12 +33,12 @@
 {
 public:
   /** \brief parse a NdnlpData packet
-   *  
+   *
    *  \exception ParseError packet is malformated
    */
   void
   wireDecode(const Block& wire);
-  
+
 public:
   uint64_t m_seq;
   uint16_t m_fragIndex;