aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-19Trivial change so all longnames are aligned.Chris Maynard1-1/+1
2013-05-19test-fuzzed-cap.sh is now test-captures.shJeff Morriss1-1/+1
2013-05-19SCSI: Add support for report-one-command structure for REPORT SUPPORTED OPCODESRonnie Sahlberg1-2/+31
2013-05-19SCSI: REPORT SUPPORTED OPCODES print the reporing options in human readableRonnie Sahlberg1-1/+8
2013-05-19Fix a memory leak by using seasonal memory for building all parts of one ofEvan Huus1-1/+1
2013-05-19Update test-fuzzed-cap.sh:Evan Huus2-104/+66
2013-05-18Regenerate t124 dissectorPascal Quantin2-2/+2
2013-05-18Revert r49406: it's not ready for prime time yetPascal Quantin2-2/+3
2013-05-18distinguish between length and reported length when dissecting a packetMartin Kaiser1-4/+5
2013-05-18SCSI: Add dissection of REPORT SUPPORTED OPCODESRonnie Sahlberg7-8/+197
2013-05-18Do not display payload twice when using uncompressed profilePascal Quantin1-1/+3
2013-05-18Move kerberos back from broken list to normal listJörg Mayer2-3/+2
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-18Add some casts for C++ compatibility.Guy Harris1-6/+7
2013-05-18A "pointer to something" is a "void *", not a "char *". Using "void *"Guy Harris1-2/+2
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-17From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8643Evan Huus4-130/+140
2013-05-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8695 :Pascal Quantin1-4/+11
2013-05-17More compilation fixes when having HAVE_KERBEROSPascal Quantin2-11/+11
2013-05-17set col fence, in case there are more Diameter PDU:s in a transport message.Anders Broman1-1/+4
2013-05-17As suggested by Jakub: don't ep_alloc buffers for TVBs, use g_malloc()'dJeff Morriss1-1/+9
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-17Fix some more warnings that show up on platforms with 32-bit time_t.Guy Harris1-12/+12
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-17Squelch more warnings about empty structures.Anders Broman1-1/+12
2013-05-17Pull code to fill in a wtap_pkthdr into a hcidump_process_header()Guy Harris1-29/+30
2013-05-17Squelch warnings about empty structures and chopping off 64-bit valuesGuy Harris1-13/+22
2013-05-17From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-201/+2006
2013-05-17Use proto_tree_add_int64 for 64-bit values.Evan Huus1-1/+1
2013-05-17From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8690 :Jeff Morriss4-29/+29
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-17From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-66/+166