aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Use VALS_EXT_PTR to satisfy checkAPIs.Jeff Morriss1-1/+1
2015-04-23LPP: fix a typo in the protocol abbreviationPascal Quantin2-3/+3
2015-04-23Add C15 Call History Protocol dissection (C15ch) dissectorMichael Mann2-0/+12295
2015-04-23Added syntax id 0x82 for NCK data accessThomas Wiens1-0/+184
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss5-5/+5
2015-04-23Added decoding of BSEND/BRECV communicationThomas Wiens1-0/+53
2015-04-23Added display and filteroptions for byte- and bitaddressThomas Wiens1-1/+21
2015-04-22Added transport size double-integerThomas Wiens1-0/+2
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann22-1114/+813
2015-04-22Fix length calculation of IKEv2 REDIRECT notify with nonce dataTobias Brunner1-1/+1
2015-04-22Add special handling of the (derived) AppId AVP type so that we can maintainJeff Morriss1-5/+33
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-20replace some deprecated tvb_length callsEvan Huus7-11/+11
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-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-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-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) Dissectorgal2-0/+8266
2015-04-14Bluetooth: SDP: Update to MAP 1.2 and PBAP 1.2Michal Labedzki1-14/+294