aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Fixes for numerous fuzz crashes - bug 9962.David Ameiss2-47/+160
2014-04-12Adding message type to COL_INFO for multipart messagesShu Shen1-0/+6
2014-04-11Fix compilation if not HAVE_LIBGNUTLS and not HAVE_LIBGCRYPTStig Bjørlykke1-2/+2
2014-04-11Fix compilation if HAVE_LIBGNUTLS but not HAVE_LIBGCRYPT.Stig Bjørlykke2-2/+4
2014-04-11GlusterFS: correctly dissect flags passed with OPEN, CREATE, etc.Niels de Vos1-4/+4
2014-04-11Improved TLS/DTLS Heartbeat Message handling.Stig Bjørlykke2-16/+41
2014-04-11Added P1 extension 34.Stig Bjørlykke1-75/+76
2014-04-11Fix unused variable warnings found by clang.Gerald Combs1-1/+0
2014-04-10display LCNs as decimal numberMartin Kaiser1-1/+1
2014-04-10use the CI+ value string for CI+ descriptor tagsMartin Kaiser1-1/+2
2014-04-10Fix infinite loop. Bug 9970Michael Mann1-2/+4
2014-04-10Update to the latest packet format.AndersBroman1-30/+148
2014-04-10Add a hint in the protocol tree.AndersBroman1-1/+5
2014-04-10Have the checkum preference only affect IPv4AndersBroman1-3/+3
2014-04-10More zero-length checks.Guy Harris1-3/+19
2014-04-10Check for zero-length options.Guy Harris1-2/+30
2014-04-10Fix two ett_ variables that weren't getting registered.Guy Harris1-0/+2
2014-04-10Avoid bug 9962 - don't use variables that haven't been set.Guy Harris1-1/+5
2014-04-09Update kafka OffsetFetchResponse dissectionEvan Huus1-5/+1
2014-04-09Improve dissection of RFC 6607. Bug 9960Michael Mann1-8/+24
2014-04-09Added support for MQTT protocol. Bug 9930Michael Mann2-0/+588
2014-04-09Clean up white space.Guy Harris1-274/+269
2014-04-09Use tvb_strncaseeql() to check for XML.Guy Harris2-6/+2
2014-04-09iTXt chunk nameMartin Kaiser1-0/+2
2014-04-09There seems to be some ambigiousy on how to calculate V3 checksums forAndersBroman1-14/+28
2014-04-09Clean up the dissection of ServiceContexts.Guy Harris1-85/+119
2014-04-09remove usb_trans_info parameterMartin Kaiser1-22/+9
2014-04-09setup dissectors don't need bus_id and device_address parametersMartin Kaiser1-59/+36
2014-04-09Don't use tvb_get_nstringz0(), use tvb_get_string_enc().Guy Harris6-24/+16
2014-04-09Update some Kafka API constants per lastest specEvan Huus1-2/+2
2014-04-09Sadly, packet-dcerpc-mapi.c is not yet free of warnings.Guy Harris1-1/+1
2014-04-09OK, that might mean packet-dcerpc-mapi.c now has no warnings.Guy Harris1-1/+1
2014-04-09Fix some C++ warnings about implicit casts.Guy Harris3-4/+4
2014-04-08Get the UDP protocol number from a Wireshark header.Guy Harris1-6/+2
2014-04-08Make sure IPv4 address structures really have 4 bytes of data.Guy Harris1-1/+2
2014-04-08Don't assume the data pointed to by an address structure is aligned.Guy Harris2-22/+12
2014-04-08Squelch another warning; fix a place assuming 8-bit device IDs.Guy Harris1-2/+2
2014-04-08Get rid of some unused functions.Guy Harris1-90/+64
2014-04-08USB device addresses need to be 16-bit.Guy Harris2-2/+2
2014-04-08Add application/vnd.oma.xdm-apd+xmlAndersBroman1-0/+1
2014-04-08Update to V11.6.0AndersBroman1-145/+1268
2014-04-08reformat the code for bulk, interrupt urbsMartin Kaiser1-14/+12
2014-04-08move the assignments for is_request, endpoint behind the if statementsMartin Kaiser1-4/+3
2014-04-08get rid of src_endpoint, dst_endpointMartin Kaiser1-7/+6
2014-04-08get rid of tmp_addressMartin Kaiser1-9/+6
2014-04-08remove another two NULL checksMartin Kaiser1-16/+9
2014-04-08reformat the nested switch-case partMartin Kaiser1-40/+39
2014-04-08Fix a typo, missing ","AndersBroman1-1/+1
2014-04-08Remove some variant of tfs_set_notset...Alexis La Goutte1-55/+13
2014-04-08Fixes for Windows build post change 1006Graham Bloice2-0/+4