<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/jnetpcap/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 22 Jun 2012 17:42:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jnetpcap/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>PcapDumper enhancements</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Additional methods for handling various types of packets and header combinations. Also deprecate PcapDumper.dump(...ByteBuffer) version that ignore position and limit properties. Does not conform to proper JRE ByteBuffer usage and API contract.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Fri, 22 Jun 2012 17:42:45 -0000</pubDate><guid>https://sourceforge.net63125997bac409feaaa296847791da444d426956</guid></item><item><title>Expand protocol IDs</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Numeric protocol ids need to be expanded beyond the current 64 count limit by native scanner. Also create bitmap representation of ids to allow bitmask operation on protocols such as checking if more then 1 protocol ihas bees dissected.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 19 Jun 2012 00:03:19 -0000</pubDate><guid>https://sourceforge.netc85a763c372c816a368f1117a7e165b47d638952</guid></item><item><title>Add generic AVP accessors to JMappedHeader</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add accessors to access the contents of SIP and HTTP headers by string name. Any AVP value should be retrievable from the headers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Mon, 18 Jun 2012 16:16:58 -0000</pubDate><guid>https://sourceforge.net059632444235e7567c1c0a37bf6fb68ffe307de2</guid></item><item><title>Add RTCP Protocol</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add RTCP protocol to complement existing RTP.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Tue, 12 Jun 2012 00:14:24 -0000</pubDate><guid>https://sourceforge.net5aba540047ed746881549672932906b584d5d848</guid></item><item><title>Add NullHeader support</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add the loopback/null header data-link support. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Fri, 08 Jun 2012 16:06:34 -0000</pubDate><guid>https://sourceforge.net3f4f49acbd1b977e683c8da0b06cf554b6b3198e</guid></item><item><title>Add SCTP protocol</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Add supprot for Sigtran SCTP protocol header and all components (chunks).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Fri, 08 Jun 2012 16:04:41 -0000</pubDate><guid>https://sourceforge.netb3421fe4472387d0ee5a5f27a2931d4a67297ac5</guid></item><item><title>Add new libpcap 1.0.0 API functions</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;New methods from libpcap 1.0.0 &lt;/p&gt;
&lt;p&gt;pcap_create           - allocates memory for the pcap handle (must be followed by a corresponding pcap_activate)&lt;br /&gt;
pcap_set_snaplen      - set the snapshot length for a not-yet-activated capture handle&lt;br /&gt;
pcap_set_promisc      - set promiscuous mode for a not-yet-activated capture handle&lt;br /&gt;
pcap_can_set_rfmon    - check whether monitor mode can be set for a not-yet-activated capture handle&lt;br /&gt;
pcap_set_rfmon        - set monitor mode for a not-yet-activated capture handle&lt;br /&gt;
pcap_set_timeout      - set the read timeout for a not-yet-activated capture handle&lt;br /&gt;
pcap_set_buffer_size  - set the buffer size for a not-yet-activated capture handle&lt;br /&gt;
pcap_setdirection     - set the direction for which packets will be captured &lt;br /&gt;
pcap_activate         - actives the pcap handle and most of the above functions may no longer be called on an active handle&lt;br /&gt;
pcap_statustostr      - convert a PCAP_ERROR_ or PCAP_WARNING_ value to a string&lt;br /&gt;
pcap_strerror         - convert an errno value to a string (provides a wrapper around strerror() for the benefit of OSes that don't have strerror())&lt;br /&gt;
pcap_offline_filter   - check whether a filter matches a packet. BPF VM engine in user land&lt;br /&gt;
pcap_datalink_ext     - (Guy Harris) the theory was that some linktype values in a savefile could give additional information, such as the number of bits of FCS.  Currently, that's only used by the code to support DAG cards.&lt;br /&gt;
pcap_set_datalink     - set the link-layer header type to be used by a capture device.&lt;br /&gt;
pcap_list_datalinks   - get a list of link-layer header types supported by a capture device&lt;br /&gt;
pcap_free_datalinks   - frees allocated memory in pcap_list_datalinks&lt;br /&gt;
pcap_snapshot         - get the snapshot length set with pcap_set_snaplen or pcap_open_live&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Fri, 02 Apr 2010 14:43:32 -0000</pubDate><guid>https://sourceforge.neta81cc35f5256530a743be699713f694e0902e027</guid></item><item><title>FDDI + LLC protocol doesn't exist. It looks like Eth + Data</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When processing a packet with headers [FDDI:LLC:IP:UDP:DATA] I see a packet with headers [ETH:DATA] where Eth has the bytes of FDDI protocol header plus the first byte of LLC header.&lt;br /&gt;
All the other headers are at the beginning of the DATA paylod.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 04 Sep 2009 17:15:27 -0000</pubDate><guid>https://sourceforge.net1e1b338ffe4dd310006544c3af6e3b396c3ed2d1</guid></item><item><title>Make packet copies on handler's optional</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Enhance API to provide a way for selecting optional operations before packets are dispatched to handlers. &lt;/p&gt;
&lt;p&gt;Allow packet copies to be options&lt;/p&gt;
&lt;p&gt;Allow allocation of java packet objects independent of copies and optional&lt;/p&gt;
&lt;p&gt;Allow packet scans to be optional&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Tue, 01 Sep 2009 19:10:59 -0000</pubDate><guid>https://sourceforge.net0b4633220afba7736a04a05a462fe64f7f8327c7</guid></item><item><title>Add frame counter reset on JScanner</title><link>https://sourceforge.net/p/jnetpcap/feature-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Allow user to reset or set the packet counter on JScanner to desired value.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sly Technologies</dc:creator><pubDate>Tue, 01 Sep 2009 19:08:46 -0000</pubDate><guid>https://sourceforge.neta1477d2b8b2710bc22894d2371b3d33d430d11e6</guid></item></channel></rss>