aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Allow the definition of AVPs within vendor IDs.Jeff Morriss1-9/+16
2015-04-21reassembly: address a 15-year old XXX commentEvan Huus1-2/+4
2015-04-20Don't use FT_STRINGZ for something that's not a string.Guy Harris1-1/+1
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-37/+1
2015-04-20OpenSafety: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-4/+1
2015-04-20sv: remove #if0'd codeEvan Huus1-98/+6
2015-04-20Make offset unsigned int. anilkumar9111-1/+1
2015-04-20The previous change doesn't work; do it right.Guy Harris1-1/+18
2015-04-20replace some deprecated tvb_length callsEvan Huus7-11/+11
2015-04-20Make sure we handle Booleans even with the upper 32 bits set.Guy Harris1-1/+1
2015-04-19Don't use proto_tree_add_uint() to add FT_BOOLEAN values.Guy Harris1-3/+31
2015-04-19zbee: add support to ZigBee power configuration clusterJulien STAUB3-9/+463
2015-04-19rtcp.psfb.fmt DissectorTable does not work in Lua pluginPeng Li1-2/+12
2015-04-19[Automatic update for 2015-04-19]Gerald Combs2-5/+115
2015-04-19Ixiatrailer: Requires at least 15 bytes so change test in heuristic.Martin Mathieson1-2/+2
2015-04-19openSAFETY: Implementing a tap interfaceRoland Knall2-356/+612
2015-04-19Bluetooth: OBEX: Dissect HeaderIDMichal Labedzki1-2/+74
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann17-1980/+789
2015-04-18Bluetooth: OBEX: Add DecodeAs for profile-based Application ParametersMichal Labedzki1-54/+165
2015-04-18ZigBee: commissioning dissectionAlexis La Goutte1-11/+14
2015-04-18GIOP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2015-04-18GIAS: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-04-18Bluetooth: OBEX: Fix Dead Store (Dead assignement/Dead increment) warning fou...Alexis La Goutte1-6/+6
2015-04-18Bluetooth: HFP: Fix Dead Store (Dead assignement/Dead increment) warning foun...Alexis La Goutte1-1/+1
2015-04-18802.11 fix unchecked return value (CID 1293628)Alexis La Goutte1-1/+3
2015-04-18proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte1-1/+1
2015-04-16Fix spelling error.Guy Harris1-2/+2
2015-04-16ZigBee: dissection of commissioning frameAlexis La Goutte1-2/+2
2015-04-16giop: replace glib with wmemEvan Huus1-5/+5
2015-04-16giop: fix uninitialized use of request idEvan Huus2-4/+3
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman13-42/+42
2015-04-16Replace deprecated tvb_length APIsAndersBroman16-68/+68
2015-04-15Fix gsmtap signal and snr.Anton Thomasson1-6/+6
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman17-93/+93
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman7-33/+33
2015-04-15ZigBee: fix IS_ANALOG_SUBTYPE macroJulien STAUB1-1/+1
2015-04-14openSAFETY: Replace deprecated APIRoland Knall1-3/+3
2015-04-14Bluetooth: OBEX: Update to PBAP 1.2, GOEP 2.1, CTN 1.0 and GPP 1.0Michal Labedzki1-193/+1174
2015-04-14Oops, have to actually comment out the definition, not just the declaration.Guy Harris1-0/+2
2015-04-14Cast away a (non-relevant) warning.Guy Harris1-1/+1
2015-04-14That made some *other* routines unused; "#if 0" them out.Guy Harris1-0/+6
2015-04-14"#if 0" out some unused variables and functions.Guy Harris1-0/+42
2015-04-14Get rid of extra variable.Guy Harris1-10/+4
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman17-57/+57
2015-04-14GIOP: Reassembly of fragmentsgal2-6/+188
2015-04-14Geospatial and Imagery Access Service (GIAS) Dissectorgal3-0/+8267
2015-04-14Bluetooth: SDP: Update to MAP 1.2 and PBAP 1.2Michal Labedzki1-14/+294
2015-04-14Bluetooth: OBEX: Fix reassemble at transport layerMichal Labedzki1-54/+79
2015-04-14Bluetooth: OBEX: Add request/response trackingMichal Labedzki1-61/+78
2015-04-14Bluetooth: GATT/L2CAP: Add support for 6LoWPANMichal Labedzki1-3/+8