diff options
Diffstat (limited to 'tests/test_pcap.c')
| -rw-r--r-- | tests/test_pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pcap.c b/tests/test_pcap.c index 994ae4bf..01aa714a 100644 --- a/tests/test_pcap.c +++ b/tests/test_pcap.c @@ -32,7 +32,7 @@ int main(int argc, char **argv){ ssh_pcap_file pcap; ssh_pcap_context ctx; - ssh_buffer buffer=buffer_new(); + ssh_buffer buffer=ssh_buffer_new(); char *str="Hello, this is a test string to test the capabilities of the" "pcap file writer."; printf("Simple pcap tester\n"); |
