| if ( conf->debug ) printf("this is a relay msg\n"); | if ( conf->debug ) printf("this is a relay msg\n"); | ||||
| break; | break; | ||||
| default: // all other msgtypes | default: // all other msgtypes | ||||
| offset += 2; // msg-type, hop-count | |||||
| offset += 4; // msg-type, transaction-id | |||||
| } | } | ||||
| if ( conf->debug ) printf("offset=%i\n",offset); | if ( conf->debug ) printf("offset=%i\n",offset); |