<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/pcapsipdump/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/pcapsipdump/support-requests/</id><updated>2024-03-21T10:43:18.077000Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Trigger close state not working</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/25/" rel="alternate"/><published>2024-03-21T10:43:18.077000Z</published><updated>2024-03-21T10:43:18.077000Z</updated><author><name>Hiep Pham Hong</name><uri>https://sourceforge.net/u/hiepph1006/</uri></author><id>https://sourceforge.net02ab92066acc5c50b809f20622ba10a8eeb3cabe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello Admin,&lt;br/&gt;
Can I ask how the close trigger is working? Because I tried trigger close to run another cmd, the debug log did not appear when the call ended.&lt;br/&gt;
I tried using trigger opens to convert the file but it said the pcap file doesn't exist or the call hasn't ended yet so I can't capture the entire call.&lt;br/&gt;
I use cmd:&lt;br/&gt;
pcapsipdump -Up -i eno1  -d /var/pcap/ -t close:sh:"/bin/bash /opt/pcap2wav -z /var/pcap/%Y%m%d/%H/%Y%m%d-%H%M%S-%f-%t-%i.pcap /opt/outputrecord/%Y%m%d/%H/%Y%m%d-%H%M%S-%f-%t-%i.wav" -v 7&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#24 Filter on two numbers via RegEx</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/24/?limit=25#1098" rel="alternate"/><published>2024-03-21T10:38:12.786000Z</published><updated>2024-03-21T10:38:12.786000Z</updated><author><name>Hiep Pham Hong</name><uri>https://sourceforge.net/u/hiepph1006/</uri></author><id>https://sourceforge.net7999b265f9eb23926488632125f13fa7772ae5aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br/&gt;
Can I ask how the close trigger is working? Because I tried trigger close to run another cmd, the debug log did not appear when the call ended&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Filter on two numbers via RegEx</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/24/" rel="alternate"/><published>2024-02-20T17:32:13.102000Z</published><updated>2024-02-20T17:32:13.102000Z</updated><author><name>Michael</name><uri>https://sourceforge.net/u/mkwi/</uri></author><id>https://sourceforge.netab0f6312d894deea8664911ae1fb4bb1a9ebeca7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I use pcapsipdump as a daemon, -n 12345 works fine, only calls with this number are recorded. I tried 12345|67890 as argument on -n but now all calls are captured. I only want calls to/from 12345 or 67890. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#23 Compiling on FreeBSD</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/23/?limit=25#963b" rel="alternate"/><published>2020-11-24T08:06:59.577000Z</published><updated>2020-11-24T08:06:59.577000Z</updated><author><name>Alex Rozhnovskiy</name><uri>https://sourceforge.net/u/lexx-ua/</uri></author><id>https://sourceforge.net9013aee2a83729fb99b9a6e878c8ede93edc3293</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Fixed with #include &amp;lt;netinet in.h=""&amp;gt;&amp;lt;/netinet&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Compiling on FreeBSD</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/23/" rel="alternate"/><published>2020-11-23T08:56:45.952000Z</published><updated>2020-11-23T08:56:45.952000Z</updated><author><name>Alex Rozhnovskiy</name><uri>https://sourceforge.net/u/lexx-ua/</uri></author><id>https://sourceforge.net922703868f5027a28df349214dd7676d64b0f7a6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Having issues compiling this on FreeBSD 11.3&lt;/p&gt;
&lt;p&gt;make&lt;br/&gt;
c++ -O3 -Wall -O2 -pipe   -DBSD  &lt;em&gt;.cpp  -lpcap -lstdc++   -o pcapsipdump&lt;br/&gt;
pcapsipdump.cpp:474:75: error: use of undeclared identifier 'IPPROTO_FRAGMENT'&lt;br/&gt;
            } else if (header_ip-&amp;gt;version == 6 &amp;amp;&amp;amp; header_ipv6-&amp;gt;nexthdr == IPPROTO_FRAGMENT &amp;amp;&amp;amp;&lt;br/&gt;
                                                                          ^&lt;br/&gt;
pcapsipdump.cpp:503:44: error: use of undeclared identifier 'IPPROTO_FRAGMENT'&lt;br/&gt;
                   header_ipv6-&amp;gt;nexthdr == IPPROTO_FRAGMENT &amp;amp;&amp;amp;&lt;br/&gt;
                                           ^&lt;br/&gt;
pcapsipdump.cpp:524:87: error: use of undeclared identifier 'IPPROTO_FRAGMENT'&lt;br/&gt;
                int extra_len = (header_ipv6-&amp;gt;version == 6 &amp;amp;&amp;amp; header_ipv6-&amp;gt;nexthdr == IPPROTO_FRAGMENT) ? 8 : 0;&lt;br/&gt;
                                                                                      ^&lt;br/&gt;
pcapsipdump.cpp:531:73: error: use of undeclared identifier 'IPPROTO_FRAGMENT'&lt;br/&gt;
                    (header_ip-&amp;gt;version == 6 &amp;amp;&amp;amp; header_ipv6-&amp;gt;nexthdr == IPPROTO_FRAGMENT &amp;amp;&amp;amp;&lt;br/&gt;
                                                                        ^&lt;br/&gt;
pcapsipdump.cpp:660:80: error: use of undeclared identifier 'IPPROTO_FRAGMENT'&lt;br/&gt;
                        if (header_ip-&amp;gt;version == 6 &amp;amp;&amp;amp; header_ipv6-&amp;gt;nexthdr == IPPROTO_FRAGMENT){&lt;br/&gt;
                                                                               ^&lt;br/&gt;
5 errors generated.&lt;br/&gt;
&lt;/em&gt;** Error code 1&lt;/p&gt;
&lt;p&gt;Stop.&lt;br/&gt;
make: stopped in /usr/home/lexx/pcapsipdump-code&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Skipping lot of calls</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/22/" rel="alternate"/><published>2020-03-17T06:21:48.430000Z</published><updated>2020-03-17T06:21:48.430000Z</updated><author><name>Nerijus</name><uri>https://sourceforge.net/u/nerijusk/</uri></author><id>https://sourceforge.net596a68d2a3fedb11473c020b92030e45c8a9567b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br/&gt;
in case when there is high amount of sip calls going, many of calls are skipped and not captured at all. It works fine when amount of calls is low. All calls uses UDP transport.&lt;br/&gt;
Following arguments are used:&lt;br/&gt;
pcapsipdump -U -i eth0 -d /var/log/pcaps -v 1 -B 256MiB -R none&lt;br/&gt;
already tried to set -B 2000MiB, but it does not make any difference.&lt;br/&gt;
What else could it be?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Crashes since switching to AWS m5a instance type</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/21/" rel="alternate"/><published>2019-07-24T19:17:01.715000Z</published><updated>2019-07-24T19:17:01.715000Z</updated><author><name>Daniel Greenwald</name><uri>https://sourceforge.net/u/dig1234/</uri></author><id>https://sourceforge.net83bc1ebb69ce5c36915b9ee54e365e46aff86a9c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Since switching to new AWS instance type m5a which uses a new network driver, pcapsipdump has been crashing randomly.  How can we troubleshoot this? Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#20 no files and false directory structure</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/20/?limit=25#5f4f" rel="alternate"/><published>2018-05-15T20:51:35.609000Z</published><updated>2018-05-15T20:51:35.609000Z</updated><author><name>macuno</name><uri>https://sourceforge.net/u/machado/</uri></author><id>https://sourceforge.net00489ada50e4ff05f6dc644c950669713d7b5b27</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;ok, thanks you for looking.&lt;/p&gt;
&lt;p&gt;thanks &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#20 no files and false directory structure</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/20/?limit=25#2f47" rel="alternate"/><published>2018-05-15T16:44:09.449000Z</published><updated>2018-05-15T16:44:09.449000Z</updated><author><name>Aex Aey</name><uri>https://sourceforge.net/u/aexaey/</uri></author><id>https://sourceforge.net35e9bd2bbd1f3266706ea237ea9d2a37553655e5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; wont-fix&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Aex Aey&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#20 no files and false directory structure</title><link href="https://sourceforge.net/p/pcapsipdump/support-requests/20/?limit=25#55ab" rel="alternate"/><published>2018-05-14T21:18:42.506000Z</published><updated>2018-05-14T21:18:42.506000Z</updated><author><name>macuno</name><uri>https://sourceforge.net/u/machado/</uri></author><id>https://sourceforge.net8c9ac441a4102860965bcc696365642d0c6336e1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;hi AA,&lt;/p&gt;
&lt;p&gt;i have disable apparmor on ubuntu, have check libpca no results.&lt;/p&gt;
&lt;p&gt;i have compiled it on an empty debian 9 machine with the same issue. &lt;/p&gt;
&lt;p&gt;another idea?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>