aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-30[Automatic update for 2017-04-30]Gerald Combs12-3783/+4249
2017-04-30packet-ixveriwave.c: Initialize mgmt_byteMichael Mann1-1/+1
2017-04-30packet-ieee80211-radio.c: Minor refactor and whitespace cleanupSimon Barber2-325/+317
2017-04-30Some cleanup.Guy Harris1-27/+70
2017-04-30Boolean bitfields don't need a mask, just a bit.Guy Harris1-3/+2
2017-04-30Get rid of some unused cruft, and rename an hf_ variable.Guy Harris1-25/+4
2017-04-30The encryption type field is part of a 16-bit bitfield.Guy Harris1-1/+1
2017-04-30There's no "FCS is present" flag passed up from libwiretap.Guy Harris1-50/+2
2017-04-30Series III packets appear to have an FCS at the end.Guy Harris2-21/+22
2017-04-30Get rid of unused flag bits and #defines.Guy Harris1-45/+1
2017-04-30Get rid of duplicate #defines, and shuffle some comments and #defines.Guy Harris1-22/+25
2017-04-30Remove Series III code from vwr_read_s2_W_rec().Guy Harris1-104/+136
2017-04-30Fix broken test for new Series III metadata header.Guy Harris1-19/+60
2017-04-29Fields added with proto_tree_add_bitfield() must have an integral type.Guy Harris1-4/+4
2017-04-29iso14443: dissect the type B bit rate infoMartin Kaiser1-2/+54
2017-04-29extcap_free_interface_info: data param is usedMartin Kaiser1-1/+1
2017-04-29Eliminate some double-frees.Guy Harris5-11/+2
2017-04-29Fix some field type errors.Guy Harris1-3/+3
2017-04-29Improve ixveriwave dissectorMichael Mann3-883/+4248
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin11-505/+777
2017-04-29Don't add /usr/X11/lib/pkgconfig if we're not using GTK+.Guy Harris1-1/+3
2017-04-29Get rid of a message that should no longer apply.Guy Harris1-8/+0
2017-04-28openSAFETY: Set filter list for nodesRoland Knall1-1/+47
2017-04-28dis: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-04-28cipmotion: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-04-28cmake: make docbook build optional if AsciiDoc is missingPeter Wu1-0/+5
2017-04-28Snort: get rid of dependency on struct timevalMartin Mathieson1-9/+8
2017-04-28GSM SMS: Use SIP To / From tapped addresses for reassemblyPascal Quantin2-12/+40
2017-04-28uaudp: fixed decoding of CONNECT messageNicolas Bertin2-1/+19
2017-04-28Add proto_tree_add_item_ret_boolean().Guy Harris4-2/+64
2017-04-27ipdc: fix conflicting entry in its value_string (and convert to value_string_...Alexis La Goutte1-45/+39
2017-04-27IEEE80211: Support of PHI, PSI Angle Decode in VHT Compressed Beamforming ReportRadhashyam Behera1-2/+52
2017-04-27ua3g: update decoding of START_RTP message (new compressors and new parameter)Nicolas BERTIN1-13/+10
2017-04-27packet-rgmp.c: Ensure pinfo->dst is a valid IPv4 addressMichael Mann1-1/+1
2017-04-27cmake: cleanup package variablePeter Wu1-6/+10
2017-04-27CMake: prevent confusing "Git NOT FOUND" in CMake 3.1.3Peter Wu1-1/+4
2017-04-27lcsap fix conflicting entry in its value_stringAlexis La Goutte2-4/+4
2017-04-27DSR: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-04-27t35: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-04-27ieee802.11: fix conflicting entry in its value_stringAlexis La Goutte1-1/+0
2017-04-27[OpenSafety] Bugfix invalid length calculation.Michael Mann1-0/+7
2017-04-27packet-sigcomp.c: Prevent large shiftMichael Mann1-0/+3
2017-04-27packet-netsync.c: Prevent large shiftMichael Mann1-1/+1
2017-04-27[Diameter] Update experimental result codes according to 3GPP TS 29.230AndersBroman1-7/+40
2017-04-27S1AP: fix dissection of MS Classmark 2 and MS Classmark 3 IEsPavel Strnad2-5/+5
2017-04-27[docsis->Annex C] Fix TLV 45 decodingAdrian Simionov1-1/+2
2017-04-27[Diameter] Add a table for subdissectiong AVPs for VENDOR_VERIZONAndersBroman1-0/+5
2017-04-27Add/expand comments, add/shuffle #defines.Guy Harris1-26/+81
2017-04-26Refactor header ie dissectionRémy Léone1-57/+220
2017-04-26Add proto_tree_add_item_ret_uint64Michael Mann4-0/+61