summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-16Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus2-8/+9
2013-05-16Use slice memory for data sources, since we never have to realloc it.Evan Huus1-2/+2
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-16Fix link failure with WindowsPascal Quantin3-19/+23
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-16Fix compilation for Linux (defined but not used errors, C++ incompatibilities...Pascal Quantin2-26/+48
2013-05-16Hoist a bunch of common code between ascend_read() andGuy Harris3-91/+70
2013-05-16From Cal Turney:Anders Broman2-2/+2
2013-05-16Get rid of unused global variable.Guy Harris1-3/+1
2013-05-16Remove useless blurbsPascal Quantin1-4/+4
2013-05-16Remove useless exports and fix a compilation errorPascal Quantin1-6/+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-16Only add one "New from Global" entry in the profiles menu.Stig Bjørlykke1-11/+11
2013-05-16Treat invalid checksum of 0x0000 no different than any other invalid checksum.Chris Maynard1-18/+4