<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/jnetpcap/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/jnetpcap/feature-requests/</id><updated>2012-06-22T17:42:45Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>PcapDumper enhancements</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/24/" rel="alternate"/><published>2012-06-22T17:42:45Z</published><updated>2012-06-22T17:42:45Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.net63125997bac409feaaa296847791da444d426956</id><summary type="html">&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;</summary></entry><entry><title>Expand protocol IDs</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/23/" rel="alternate"/><published>2012-06-19T00:03:19Z</published><updated>2012-06-19T00:03:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc85a763c372c816a368f1117a7e165b47d638952</id><summary type="html">&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;</summary></entry><entry><title>Add generic AVP accessors to JMappedHeader</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/22/" rel="alternate"/><published>2012-06-18T16:16:58Z</published><updated>2012-06-18T16:16:58Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.net059632444235e7567c1c0a37bf6fb68ffe307de2</id><summary type="html">&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;</summary></entry><entry><title>Add RTCP Protocol</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/21/" rel="alternate"/><published>2012-06-12T00:14:24Z</published><updated>2012-06-12T00:14:24Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.net5aba540047ed746881549672932906b584d5d848</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add RTCP protocol to complement existing RTP.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add NullHeader support</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/20/" rel="alternate"/><published>2012-06-08T16:06:34Z</published><updated>2012-06-08T16:06:34Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.net3f4f49acbd1b977e683c8da0b06cf554b6b3198e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add the loopback/null header data-link support. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add SCTP protocol</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/19/" rel="alternate"/><published>2012-06-08T16:04:41Z</published><updated>2012-06-08T16:04:41Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.netb3421fe4472387d0ee5a5f27a2931d4a67297ac5</id><summary type="html">&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;</summary></entry><entry><title>Add new libpcap 1.0.0 API functions</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/18/" rel="alternate"/><published>2010-04-02T14:43:32Z</published><updated>2010-04-02T14:43:32Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.neta81cc35f5256530a743be699713f694e0902e027</id><summary type="html">&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;</summary></entry><entry><title>FDDI + LLC protocol doesn't exist. It looks like Eth + Data</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/17/" rel="alternate"/><published>2009-09-04T17:15:27Z</published><updated>2009-09-04T17:15:27Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1e1b338ffe4dd310006544c3af6e3b396c3ed2d1</id><summary type="html">&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;</summary></entry><entry><title>Make packet copies on handler's optional</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/16/" rel="alternate"/><published>2009-09-01T19:10:59Z</published><updated>2009-09-01T19:10:59Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.net0b4633220afba7736a04a05a462fe64f7f8327c7</id><summary type="html">&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;</summary></entry><entry><title>Add frame counter reset on JScanner</title><link href="https://sourceforge.net/p/jnetpcap/feature-requests/15/" rel="alternate"/><published>2009-09-01T19:08:46Z</published><updated>2009-09-01T19:08:46Z</updated><author><name>Sly Technologies</name><uri>https://sourceforge.net/u/voytechs/</uri></author><id>https://sourceforge.neta1477d2b8b2710bc22894d2371b3d33d430d11e6</id><summary type="html">&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;</summary></entry></feed>