aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-05-19Don't access nbap_dch_chnl_info if the index is > maxNrOfDCHsAnders Broman1-57/+59
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-18Regenerate t124 dissectorPascal Quantin2-2/+2
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-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-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8695 :Pascal Quantin1-4/+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-17Fix some more warnings that show up on platforms with 32-bit time_t.Guy Harris1-12/+12
2013-05-17Squelch more warnings about empty structures.Anders Broman1-1/+12
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 Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-66/+166
2013-05-16Use a readable name for the wmem callback test. Warn that reallocing memoryEvan Huus1-5/+5
2013-05-16Use slice memory for data sources, since we never have to realloc it.Evan Huus1-2/+2
2013-05-16From Cal Turney:Anders Broman2-2/+2
2013-05-16Treat invalid checksum of 0x0000 no different than any other invalid checksum.Chris Maynard1-18/+4
2013-05-16Add partial dissection of IR packet with IP profilePascal Quantin1-10/+23
2013-05-16From Dirk:Anders Broman2-17/+52
2013-05-16From Neil Piercy:Anders Broman1-2/+2
2013-05-16Make the rtmpt max packet size that Jeff just halved a preference, so thatEvan Huus1-13/+17
2013-05-16Temporarily lower the max packet size for this dissector in order to silenceJeff Morriss1-2/+5
2013-05-15Un-shadow a couple of variables.Gerald Combs3-6/+6
2013-05-15- packet-sip.c adds per-packet data twice only add new packet data if no prev...Anders Broman1-6/+9
2013-05-15SDP adds per-packet-data twice, refactor to not use per-packet data.Anders Broman1-10/+9
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman4-6/+38
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman2-52/+54
2013-05-15Fix copy/paste error introduced in r49259Pascal Quantin1-3/+3
2013-05-14Fix copy/paste errorsPascal Quantin1-2/+2
2013-05-14Display Command Qualifier in case of Open Channel (broken in r48862)Pascal Quantin1-0/+1
2013-05-14Add a tag for original frame number.Anders Broman4-1/+38
2013-05-14Don't try to decode an IPv6 address if it looks like we've been handed theJeff Morriss1-2/+17
2013-05-14Upate to spec. 11.0.0Anders Broman1-21/+491
2013-05-14Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-05-14Add comments on the experimental state of this feature.Anders Broman1-0/+6
2013-05-12Fix compilationPascal Quantin1-1/+1
2013-05-12Fix the RTP-MIDI Controller filter namePascal Quantin1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman71-350/+354
2013-05-12From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640Evan Huus1-66/+60
2013-05-11Fix compilation with SHOW_EMEM_STATS defined.Evan Huus1-2/+2
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus1-0/+61
2013-05-11convert to new-style dissectorMartin Kaiser1-13/+16
2013-05-11remove return;Martin Kaiser1-2/+0
2013-05-11no need for if(tree)Martin Kaiser1-112/+108