Handle NAL-unit start code correctly.
[metze/wireshark/wip.git] / capture-wpcap.c
2008-11-03 Stig BjørlykkeDo not use functions for remote capture on local interf...
2008-07-04 Guy HarrisIf we have pcap_free_datalinks(), use it. If not,...
2008-06-24 Gerald CombsAdd TurboCap-related changes from /trunk-1.0:
2008-05-07 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-30 Ulf Lampingfirst steps to support MSVC 2008 Express Edition
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-01-21 Guy HarrisHave the routines to get interface lists take a pointer...
2006-10-19 Guy HarrisFix up the changes to put the Portaudio information...
2006-09-22 Ulf LampingSlightly reshape the version text: Bring the OS info...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Guy HarrisIf we have pcap_breakloop(), at least on UN*X we can...
2006-05-21 Ronnie Sahlbergname change
2006-03-02 Anders Bromanfrom Daniele Orlandi:
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2005-12-06 Ulf Lampingrename pcap-....c/.h files to capture-pcap-....c/.h
2005-10-04 Guy HarrisRemove an extra " from a command, and fix indentation.
2005-06-03 Guy HarrisUpdate URLs and domain names that refer to the WinPcap...
2005-05-25 Ulf Lampingadd const to pcap_next_ex() parameter, as WinPcap 3...
2005-05-21 Ulf Lampingbugfix: prevent a (null pointer access) crash with...
2005-05-21 Ulf Lampingbugfix: mark pcap_freecode() as optional, as it's not...
2005-04-14 Guy HarrisStrip off anything after a blank in the PacketLibraryVe...
2005-03-23 Guy HarrisIt doesn't matter whether, when building with WinPcap...
2005-03-23 Guy HarrisIf we have "pcap_freecode()", use it to free the instru...
2004-09-27 Guy HarrisIf "HAVE_PCAP_DATALINK_NAME_TO_VAL" is defined - i...
2004-09-24 Gerald CombsFix a typo.
2004-09-23 Guy HarrisFrom Gisle Vanem: add support for pcap_datalink_val_to_...
2004-08-10 Guy HarrisFrom Graham Bloice: if we don't have "pcap_lib_version...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-12 Guy HarrisOn Windows, if "get_interface_list()" returns CANT_GET_...
2004-03-13 Ulf Lampingexperimental: make usage of pcap_setbuff to increase...
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-21 Ulf Lampingremoved some MSVC warnings (moved pcap.h before glib.h)
2003-10-10 Guy HarrisConfigure whether we have WinPcap based on whether...
2003-10-10 Guy HarrisGet the version number of the libpcap/WinPcap with...
2003-10-10 Guy HarrisUse "pcap_findalldevs()" if present.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2001-04-03 Gilbert RamirezNow that WinPcap is a DLL, I can load it at run-time...