Files
bacnet_stack/bacnet-stack/src
skarg 3835dc8998 Merged revision(s) 2707 from branches/obvius/bacnet-stack:
Fix: As a BBMD, when forwarding NPDU to the local subnet (as an IP broacast)
  we omit BVLC header, resulting in corrupt packet.

  bvlc_send_mpdu(&dest, &npdu[4 + 6], npdu_len); // bad
  bvlc_send_mpdu(&dest, &npdu[0], npdu_len+4+6); // good

Also added some debug_prints. To test, start bacserv, use VTS to add
yourself to the BDT, then send a Who-Is to bacserv as a Forwarded-NPDU.
Will be rebroadcast on local subnet but w/o BVLC header.

........
2014-01-17 04:29:20 +00:00
..
2010-05-04 21:06:26 +00:00
2012-05-13 15:07:12 +00:00
2013-10-29 01:55:49 +00:00
2013-10-29 01:55:49 +00:00
2010-02-14 05:29:43 +00:00
2010-12-12 05:42:42 +00:00
2012-05-13 15:07:12 +00:00
2010-05-04 21:06:26 +00:00
2010-02-14 05:29:43 +00:00
2012-05-13 15:07:12 +00:00
2012-05-13 15:07:12 +00:00
2010-05-04 21:06:26 +00:00
2012-05-13 15:07:12 +00:00
2010-02-14 05:29:43 +00:00
2010-02-14 05:29:43 +00:00
2010-02-14 05:29:43 +00:00
2013-10-29 01:55:49 +00:00