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.