Copy over r51049 from trunk:
[metze/wireshark/wip.git] / wiretap /
2013-07-31 Guy HarrisCopy over r51049 from trunk:
2013-07-29 Pascal QuantinTry to fix error: uninitialized const 'zeroes' is inval...
2013-07-29 Guy HarrisMake a never-changed pile-o-zeroes const.
2013-07-29 Guy HarrisMake a never-changed table const.
2013-07-29 Guy HarrisMake non-static a variable that doesn't need to be...
2013-07-29 Guy HarrisThe base_secs value should be a time_t, as it's calcula...
2013-07-29 Guy HarrisAdd a URL for a STANAG 4607 spec.
2013-07-28 Evan HuusUse the portable g_ntohl, also add some casts.
2013-07-28 Evan HuusFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-07-28 Guy HarrisIf a core Wireshark developer repeatedly can't remember...
2013-07-23 Guy HarrisDon't cast away constness (except where APIs render...
2013-07-23 Guy HarrisDon't cast away constness.
2013-07-23 Guy HarrisHandle operating systems that are anticipating the...
2013-07-23 Jörg MayerUse largefile detection in cmake.
2013-07-22 Jörg MayerMove file_wrappers.c to dirty files, it has some warnin...
2013-07-16 Guy HarrisThe new frame-based tvbuff code found that the DOS...
2013-07-16 Chris MaynardMake camins_read_packet static.
2013-07-16 Guy HarrisInclude merge.h, so it shows up in the distribution...
2013-07-16 Jeff MorrissMove merge.{h,c} into wiretap: these modules use wireta...
2013-07-16 Guy HarrisExplain that we don't have to worry about fixed-length...
2013-07-15 Evan HuusOn the suggestion of Cal Turney, via
2013-07-12 Jeff MorrissAvoid building ascend.h and ascend.c in parallel (2...
2013-06-28 Pascal QuantinUse newly assigned DLT for PDU export functionality
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.
next