aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14Bluetooth: HFP: Update to HFP 1.7Michal Labedzki1-4/+127
2015-04-14Just use g_strdup_printf() to create a g_mallocated formatted string.Guy Harris1-13/+5
2015-04-14UI: Implementing menus for pluginsRoland Knall4-0/+354
2015-04-13More casts.Guy Harris1-3/+3
2015-04-13Cast away some warnings.Guy Harris1-6/+6
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-5/+657
2015-04-13Add more "bitmask grouping" APIs.Michael Mann5-147/+257
2015-04-13GSM A: force display of the bits sequence corresponding to "Degrees of longit...Pascal Quantin1-1/+1
2015-04-13Remove deprecated API tvb_lengtRemove deprecated API tvb_lengthAndersBroman6-12/+12
2015-04-12[Automatic update for 2015-04-12]Gerald Combs2-19/+219
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman17-40/+40
2015-04-10MIP6: Remove proto_tree_add_textAlexis La Goutte1-5/+14
2015-04-09OCFS2: fix some GCC / Clang warningsAlexis La Goutte1-3/+5
2015-04-09Replace PROTO_TREE_ADD_XXX_ITEM macro use with real code.Michael Mann1-40/+63
2015-04-09Correct macro expansion in PROTO_TREE_ADD_XXX_ITEM for integer fields.Michael Mann1-1/+1
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman8-42/+51
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman6-16/+16
2015-04-09802.11: use switch for Aruba typeAlexis La Goutte1-9/+7
2015-04-09802.11: don't return when Wrong Tag LengthAlexis La Goutte1-9/+9
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman3-19/+19
2015-04-09TRILL: Fix incorrect header lengthMarian Ďurkovič1-1/+2
2015-04-09Improve ATH dissector.Michael Mann1-1/+11
2015-04-09zigbee: correct zcl meas sensingJulien STAUB1-7/+7
2015-04-08[IEEE 802.11] fix two potential endless loopsMartin Kaiser1-0/+4
2015-04-08ATH dissectorEugene Adell3-0/+454
2015-04-08802.11: Not showing all 11k subelement fieldsAlexis La Goutte1-1/+55
2015-04-08WiFi P2P: Update to Peer-to-Peer (P2P) Technical Specification Version 1.5Alexis La Goutte1-4/+284
2015-04-08Replace deprecated tvb_length with tvb_reported_length.AndersBroman8-28/+28
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann9-90/+12
2015-04-08Remove MPLS preference that doubled for Decode As.Michael Mann8-219/+34
2015-04-08Add proper "Decode As" mechanism for FLIP payload instead of (many) preferences.Michael Mann3-360/+76
2015-04-07ATM: add a cast to pacify the OSX 10.5 x86 buildbotPascal Quantin1-1/+1