Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7300] patch: Add frame.interface support for pcapng LINKTY

Date: Wed, 20 Jun 2012 12:56:05 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7300

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #2 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-06-20 12:56:04 PDT ---
I'd prefer to have main part of this code in libpcap.
 - interface_id in pcap_pkthdr.
 - interface_names[] in pcap_t.
 - getters:
     pcap_get_interfaces(const pcap_t *);
     pcap_packet_get_interface_id(const struct pcap_pkthdr *);

Later submit patch to use new libpcap API in dumpcap.


If not possible, well:

1/ use some define instead of 197...

2/ g_malloc() can't fail

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.