Skip to content

Commit

Permalink
Airbase-ng: Update sequence number when sending frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-X- committed Jul 31, 2021
1 parent b61983a commit d4d5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/airbase-ng/airbase-ng.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ static int addMACfile(pMAC_t pMAC, char * filename)
*/
static int my_send_packet(void * buf, size_t count)
{
int rc = send_packet(_wi_out, buf, count, kNoChange);
int rc = send_packet(_wi_out, buf, count, kRewriteSequenceNumber);

ALLEGE(pthread_mutex_lock(&mx_cap) == 0);
if (lopt.record_data) capture_packet(buf, (int) count);
Expand Down

0 comments on commit d4d5e2d

Please sign in to comment.