Don't link wireshark against the Qt libraries and don't like wireshark-qt
[metze/wireshark/wip.git] / wiretap /
2013-06-21 Guy HarrisFix some pointer-signedness (well, signedness of what...
2013-06-19 Guy HarrisClarify (a V1.0 file might have a single zero byte...
2013-06-18 Guy HarrisSlight stylistic cleanup - most routines, when defined...
2013-06-18 Guy HarrisNote that NetScaler trace files are page-oriented,...
2013-06-18 Evan HuusDon't limit the on-the-wire length of packets to 64KB...
2013-06-17 Guy HarrisPut the code to fill in the struct wtap_pkthdr and...
2013-06-17 Guy HarrisMerge more of the read and seek-read code paths.
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisMake the libwiretap Buffer routines usable from C+...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-15 Guy HarrisPull some of the code to set the struct wtap_pkthdr...
2013-06-15 Guy HarrisFill in at least some of the struct wtap_pkthdr in...
2013-06-14 Guy HarrisRename radcom_process_rec_header() to radcom_process_re...
2013-06-10 Anders BromanAllign the error messages.
2013-06-09 Guy Harrislibwireshark's add_new_ipv4() and add_new_ipv6() now...
2013-06-09 Guy HarrisDon't treat zero-length names in the NRB as errors...
2013-06-07 Guy HarrisUse g_try_malloc() for some memory allocations, and...
2013-06-07 Guy HarrisPrevent attempts to allocate huge amounts of memory...
2013-06-06 Pascal QuantinFrom Mark C. Brown via https://bugs.wireshark.org/bugzi...
2013-06-06 Guy HarrisPull all the code that reads and processes the packet...
2013-06-06 Guy HarrisPull the code for setting the struct wtap_pkthdr into a
2013-06-06 Guy HarrisSet the entire struct wtap_pkthdr, not just the pseudo...
2013-06-05 Guy HarrisThe check for network_size < 4 is necessary only for...
2013-06-05 Guy HarrisMove the code that fills in the struct wtap_pkthdr...
2013-06-04 Anders BromanFrom Anthony Coddington:
2013-06-04 Jeff MorrissFix an unintialized-value-used warning that Valgrind...
2013-06-04 Jeff MorrissGet rid of trailing white space and a few tabs.
2013-06-04 Jeff MorrissFix the wiretap fuzz failure reported in https://bugs...
2013-06-03 Guy Harrisfile_skip() only needs to return a Boolean; if anybody...
2013-06-03 Pascal QuantinInitialize the whole hdr_info structure to please gcc...
2013-06-03 Guy HarrisPut back a fix that earlier checkins lost.
2013-06-03 Evan HuusInitialize some variables that GCC 4.7 complains about...
2013-06-03 Guy HarrisWhen reading sequentially, skip past any ignored data...
2013-06-02 Guy HarrisPass the read_rec_data routines a wtap_pkthdr pointer...
2013-06-02 Guy HarrisPull the code to Fill in the wtap_pkthdr structure...
2013-06-02 Guy HarrisMove code to fill in the wtap_pkthdr into peektagged_pr...
2013-06-02 Guy HarrisPull code to read and process packet headers into
2013-06-02 Guy HarrisPull code to read process packet headers into a
2013-06-02 Guy HarrisInitialize the frame_table_size field of the private...
2013-06-01 Guy HarrisWhen allocating the frame table for a NetMon file,...
2013-06-01 Guy HarrisMove the record header processing code into a common...
2013-05-30 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-18 Jörg MayerFix "set but not used" compile warning turning error
2013-05-18 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2013-05-18 Guy HarrisIn libpcap_process_header(), fill in what phdr points...
2013-05-18 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2013-05-18 Guy HarrisIn the pcapng seek-read routine, *don't* fill in wth...
2013-05-18 Guy HarrisUse g_array_index() to get at elements of the encapsula...
2013-05-18 Guy HarrisPut the code to read trace record headers into a common...
2013-05-17 Guy HarrisDon't pass globals as arguments to k12text_set_headers...
2013-05-17 Guy HarrisRename k12text_set_pseudo_header() to k12text_set_heade...
2013-05-17 Pascal QuantinPrevent "'len' may be used uninitialized in this functi...
2013-05-17 Guy HarrisPull some functions that fill in a struct wtap_pkthdr...
2013-05-17 Guy HarrisHave iseries_parse_packet() fill in a struct wtap_pkthd...
2013-05-17 Guy HarrisIf iseries_seek_next_packet() hits the EOF, *err will...
2013-05-17 Guy HarrisGet rid of duplicate code.
2013-05-17 Guy HarrisPull the reading of record data and ATM post-processing...
2013-05-17 Guy HarrisAdd iptrace_process_rec_header_ routines to read record...
2013-05-17 Guy HarrisIPFIX records have a time stamp (and, according to...
2013-05-17 Guy HarrisWe need ipfix_read_message_header() for the open routin...
2013-05-17 Guy HarrisPull the code that fills in a wtap_pkthdr structure...
2013-05-17 Guy HarrisPull the record header processing code into i4b_read_re...
2013-05-17 Guy HarrisPull code to fill in a wtap_pkthdr into a hcidump_proce...
2013-05-17 Guy HarrisFill in the wtap_pkthdr in dct3trace_get_packet().
2013-05-17 Guy HarrisSet *data_offset early in the read process, to emphasiz...
2013-05-17 Guy HarrisPass parse_dbs_etherwatch_packet() a pointer to a struc...
2013-05-17 Guy HarrisMove the header-processing code into a common daintree_...
2013-05-16 Guy HarrisPull code to read and process the packet header, and...
2013-05-16 Guy HarrisFill in the presence flags in parse_cosine_rec_hdr...
2013-05-16 Guy HarrisPull up the code to read the packet data and check...
2013-05-16 Guy HarrisMove the code to read the CommView record header, check...
2013-05-16 Guy HarrisPull code to fill in the wtap_pkthdr into a btsnoop_rea...
2013-05-16 Guy HarrisPull the code to set the wtap_pkthdr into a common...
2013-05-16 Guy HarrisMove some packet-header handling code into aethra_read_...
2013-05-16 Guy HarrisPull the code to set the struct wtap_pkthdr into _5view...
2013-05-16 Guy HarrisHoist a bunch of common code between ascend_read() and
2013-05-16 Guy HarrisGet rid of unused global variable.
2013-05-16 Guy Harriswth->priv is always set in the open routine; no need...
2013-05-16 Guy HarrisPull all the post-processing for a parsed line into...
2013-05-16 Pascal QuantinFrom Weston Schmidt via https://bugs.wireshark.org...
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-04-24 Jörg Mayerdumpabi: This would create the directories in the sourc...
2013-04-22 Gerald Combs1.9.3 → 1.11.0.
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-04-04 Guy HarrisFrom Anthony Coddington: don't check for MPEG-2 Transpo...
2013-04-01 Guy HarrisIn the Lua dumper code, don't bother checking whether...
2013-04-01 Guy HarrisAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 Guy HarrisDefine a collection of bits for different types of...
2013-03-30 Martin Kaiserwiretap support for the CAM Inspector file format
2013-03-28 Gerald Combs1.9.2 → 1.9.3.
2013-03-25 Evan HuusWiretap file open routines should not free wth->priv...
2013-03-23 Evan HuusFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-03-19 Anders BromanFrom beroset:
2013-03-18 Gerald Combs1.9.1 → 1.9.2.
2013-03-17 Anders BromanFrom beroset:
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-05 Bill MeierUse consistent indentation (4 spaces);
2013-03-03 Anders BromanFrom beroset:
2013-03-02 Pascal QuantinTry to fix LNK4217 (locally defined symbol imported...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
next