skarg
|
97e70a55b7
|
Changed Hop Count NPDU encoding to encode the actual hop count, not one less.
|
2011-07-07 20:53:27 +00:00 |
|
skarg
|
ad27b84949
|
Changed Hop Count default to 255. BTL NPDU tests expect Hop Count to start at 255. Added ability of Hop Count default to be overridden in Makefile or project file if you need to make it smaller in your implementation.
|
2011-07-07 16:43:43 +00:00 |
|
skarg
|
2a0bf4926a
|
Performed standard indent script indent.sh on project files.
|
2010-12-15 19:02:40 +00:00 |
|
petermcs
|
b87f53c4b4
|
Only add in src field if it has a non zero address length
|
2010-11-17 23:11:32 +00:00 |
|
tbrennan3
|
d39d4fded3
|
More function documentation.
Defined a default Hop Count value, and used 15 instead of 255.
|
2010-09-29 20:29:12 +00:00 |
|
tbrennan3
|
e5f5dce995
|
Added some javadoc-type function comments.
Reduced the default hop count from way-big 255 to 15.
|
2010-09-28 21:05:38 +00:00 |
|
tbrennan3
|
cc20f225b9
|
The beginning of doxygenation:
As a first step, added an @file description for each file.
|
2010-02-14 05:29:43 +00:00 |
|
skarg
|
b85c4355d0
|
Indented according to standard indent rules for this project.
|
2009-04-18 20:50:04 +00:00 |
|
skarg
|
51845ed4fd
|
Corrected warnings generated from splint.
|
2009-04-18 13:48:15 +00:00 |
|
skarg
|
e75e88c507
|
Corrected buffer overflow problem with the npdu decoder found by stress testing the stack. Thank you Cameron!
|
2008-12-08 20:17:53 +00:00 |
|
skarg
|
3a0f109d66
|
Added h_npdu to demo lib and example projects.
|
2008-09-07 04:23:44 +00:00 |
|
skarg
|
224d74f417
|
Moved npdu_handler from npdu.c to demo/handler/h_npdu.c file, since this will change for routers and gateways.
|
2008-09-07 04:13:58 +00:00 |
|
skarg
|
5c6f263a16
|
Added I-Am-Router-To-Network demo. Untested.
|
2008-08-20 22:17:43 +00:00 |
|
skarg
|
241e877d23
|
indented.
|
2008-07-20 13:22:15 +00:00 |
|
skarg
|
f0b4f826dd
|
Added check for DNET as part of address to make sure it is for us and not a network beyond us.
|
2008-06-23 00:19:59 +00:00 |
|
skarg
|
0cb7ad6d9c
|
Added check to make sure destination network address is zero, indicating a local destination (me) instead of a routed destination.
|
2008-06-20 17:38:51 +00:00 |
|
skarg
|
cf9d15631a
|
Indented using indent script. Corrected any C++ comments using the comment script.
|
2008-03-10 21:00:48 +00:00 |
|
skarg
|
e4ccba8310
|
Added debugging.
|
2008-01-21 03:03:43 +00:00 |
|
skarg
|
411d6c1b24
|
Indented.
|
2007-11-29 15:56:53 +00:00 |
|
skarg
|
a2506536ed
|
Moved header files into the include directory. Moved source files into the src directory. Still need to updated the makefiles and projects.
|
2007-10-10 03:34:37 +00:00 |
|