/[mac2eui64]/trunk/mac2eui64.c
ViewVC logotype

Diff of /trunk/mac2eui64.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

  Revision 5 by trond, 2015-09-29T09:12:20Z
vs.
  Revision 6 by trond, 2015-10-12T07:53:50Z
*** trunk/mac2eui64.c	2015/09/29 09:12:20	5
--- trunk/mac2eui64.c	2015/10/12 07:53:50	6
***************
*** 159,168 ****
    //PrintEUI64_IP6_INT(ModEUI64);
  } /* TransformMAC() */
  
  int ConstructMAC(const char *argvi, unsigned char * MAC)
  {
-   unsigned char ConstructHexByte(unsigned char MSNybble, unsigned char LSNybble);
- 
    int ReturnValue = EXIT_SUCCESS, NumDigits = 0;
    size_t i = 0;
    unsigned char MSNybble, LSNybble;
--- 159,168 ----
    //PrintEUI64_IP6_INT(ModEUI64);
  } /* TransformMAC() */
  
+ unsigned char ConstructHexByte(unsigned char MSNybble, unsigned char LSNybble);
+ 
  int ConstructMAC(const char *argvi, unsigned char * MAC)
  {
    int ReturnValue = EXIT_SUCCESS, NumDigits = 0;
    size_t i = 0;
    unsigned char MSNybble, LSNybble;
***************
*** 190,197 ****
  
    return ReturnValue;
  } /* ConstructMAC() */
- 
- unsigned char ConstructHexByte(unsigned char MSNybble, unsigned char LSNybble);
  
  unsigned char ConstructHexByte(unsigned char MSNybble, unsigned char LSNybble)
  {
--- 190,195 ----


 

svn@ximalas.info
ViewVC Help
Powered by ViewVC 1.3.0-beta1