Skip to content

Commit

Permalink
Specified plid = TID
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelinux committed Feb 25, 2012
1 parent ef7cc6b commit 2c7016d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dns.c
Expand Up @@ -221,7 +221,7 @@ archive_query(packetinfo *pi, ldns_pkt *decoded_dns)
}
ldns_buffer_free(dns_buffer);
return(0);
}
}

static int
archive(packetinfo *pi, ldns_pkt *decoded_dns)
Expand Down
2 changes: 1 addition & 1 deletion src/passivedns.h
Expand Up @@ -245,7 +245,7 @@ typedef struct _connection {
uint8_t s_tcpFlags; /* tcpflags sent by source */
uint8_t d_tcpFlags; /* tcpflags sent by destination */
uint8_t check; /* Flags spesifying checking */
uint16_t plid; /* Protocol layer ID (DNS ID) */
uint16_t plid; /* Protocol layer ID (DNS TID) */
struct _asset *c_asset; /* pointer to src asset */
struct _asset *s_asset; /* pointer to server asset */
} connection;
Expand Down

0 comments on commit 2c7016d

Please sign in to comment.