aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-08Fix Hello options FlagsAlexis La Goutte1-19/+9
2014-04-08Make filterable OSPF Hello PacketAlexis La Goutte1-38/+55
2014-04-08On UN*X, <arpa/inet.h> suffices for struct in_addr and in_addr_t.Guy Harris6-29/+8
2014-04-08Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte2-0/+4
2014-04-08Don't pretend that sizeof(guintN) will give us more robust values.Guy Harris1-15/+15
2014-04-08Make sure packet-lbttcp.h ends up in the release tarball.Guy Harris1-0/+1
2014-04-08ASTERIX - added dissector for category 023.Marko Hrastovec1-4/+297
2014-04-07Initial checkin of LBM aka 29West dissectors. See Bug 9718.Michael Mann13-3/+28794
2014-04-07Absolute and relative OIDs have different FT_ values.Guy Harris1-1/+5
2014-04-07Sort the values in value_strings that we'll treat as extended.Guy Harris1-92/+93
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris2-15/+83
2014-04-07Fix Bug 9958: 'SDP displays double spaces between payload formats as a 0 payl...Hadriel Kaplan1-98/+162
2014-04-07Tweak the Diameter heuristics a bit more.Jeff Morriss1-5/+14
2014-04-06Tweak ZigBee GreenPower heuristic to more closely match ZigBee NWK heuristic....Michael Mann1-8/+8