summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-05-18Fix "set but not used" compile warning turning errorJörg Mayer1-2/+0
2013-05-18Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-23/+35
2013-05-18In libpcap_process_header(), fill in what phdr points to, not wth->phdr.Guy Harris1-3/+3
2013-05-18Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-11/+17
2013-05-18In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris4-102/+103
2013-05-18Use g_array_index() to get at elements of the encapsulation table array;Guy Harris1-9/+7
2013-05-18Put the code to read trace record headers into a common routine used byGuy Harris1-55/+65
2013-05-17Don't pass globals as arguments to k12text_set_headers(), just use theGuy Harris1-7/+5
2013-05-17Rename k12text_set_pseudo_header() to k12text_set_headers() and have itGuy Harris1-13/+15
2013-05-17Prevent "'len' may be used uninitialized in this function" error when compili...Pascal Quantin1-1/+1
2013-05-17Pull some functions that fill in a struct wtap_pkthdr into common code,Guy Harris1-139/+83
2013-05-17Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means itGuy Harris1-55/+41
2013-05-17If iseries_seek_next_packet() hits the EOF, *err will be set to 0; justGuy Harris1-13/+5
2013-05-17Get rid of duplicate code.Guy Harris1-13/+0
2013-05-17Pull the reading of record data and ATM post-processing into anotherGuy Harris1-46/+40
2013-05-17Add iptrace_process_rec_header_ routines to read record headers and fillGuy Harris1-151/+152
2013-05-17IPFIX records have a time stamp (and, according to RFC 5101, it's UNIXGuy Harris1-2/+2
2013-05-17We need ipfix_read_message_header() for the open routine; haveGuy Harris1-29/+46
2013-05-17Pull the code that fills in a wtap_pkthdr structure intoGuy Harris1-37/+34
2013-05-17Pull the record header processing code into i4b_read_rec_header(),Guy Harris1-112/+86
2013-05-17Pull code to fill in a wtap_pkthdr into a hcidump_process_header()Guy Harris1-29/+30
2013-05-17Fill in the wtap_pkthdr in dct3trace_get_packet().Guy Harris1-40/+38
2013-05-17Set *data_offset early in the read process, to emphasize that it's theGuy Harris1-12/+6
2013-05-17Pass parse_dbs_etherwatch_packet() a pointer to a struct wtap_pkthdr,Guy Harris1-20/+19
2013-05-17Move the header-processing code into a common daintree_sna_scan_header()Guy Harris1-63/+80
2013-05-16Pull code to read and process the packet header, and to read and processGuy Harris1-59/+57
2013-05-16Fill in the presence flags in parse_cosine_rec_hdr(), so it's done atGuy Harris1-31/+29
2013-05-16Pull up the code to read the packet data and check for errors into aGuy Harris1-17/+19
2013-05-16Move the code to read the CommView record header, check for an unhandledGuy Harris1-62/+52
2013-05-16Pull code to fill in the wtap_pkthdr into a btsnoop_read_record_header()Guy Harris1-86/+59
2013-05-16Pull the code to set the wtap_pkthdr into a common routine, so it's doneGuy Harris1-7/+16
2013-05-16Move some packet-header handling code into aethra_read_rec_header(), soGuy Harris1-39/+37
2013-05-16Pull the code to set the struct wtap_pkthdr into _5views_read_header(),Guy Harris1-90/+83
2013-05-16Hoist a bunch of common code between ascend_read() andGuy Harris3-91/+70
2013-05-16Get rid of unused global variable.Guy Harris1-3/+1
2013-05-16wth->priv is always set in the open routine; no need to check that it'sGuy Harris1-15/+0
2013-05-16Pull all the post-processing for a parsed line into a common routine,Guy Harris1-122/+88
2013-05-16From Weston Schmidt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-2/+2
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus3-0/+71
2013-04-24dumpabi: This would create the directories in the sourcedir insteadJörg Mayer1-1/+1
2013-04-221.9.3 → 1.11.0.Gerald Combs1-1/+1
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin3-0/+12
2013-04-04From Anthony Coddington: don't check for MPEG-2 Transport beforeGuy Harris1-4/+4
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris2-14/+13
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris2-24/+60
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris2-91/+200
2013-03-30wiretap support for the CAM Inspector file formatMartin Kaiser6-2/+445
2013-03-281.9.2 → 1.9.3.Gerald Combs1-1/+1
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus7-33/+8
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus2-1/+3