aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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.AndersBroman16-56/+56
2015-04-08Add section to README.dissector about dissector tablesMichael Mann1-0/+47
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-07Win32: Restore the versioned plugin installation path.Gerald Combs2-4/+27
2015-04-07Qt: fix maximized state applyPascal Quantin1-1/+1
2015-04-07Add zlib compilation to CMake on WindowsGraham Bloice1-7/+14
2015-04-07Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning ...Alexis La Goutte1-22/+0
2015-04-07ATM: add a cast to pacify the OSX 10.5 x86 buildbotPascal Quantin1-1/+1
2015-04-07Typo fix in manpage of editcapHerwin Weststrate1-1/+1
2015-04-07ieee80211.c: "IEEE 802.11 plus Network Monitor radio header" encap: Fix disse...Bill Meier2-6/+12
2015-04-07802.11: don't not showing all 11k subelement fieldsAlexis La Goutte1-0/+1
2015-04-07SGSAP: fix indent (use 4 spaces)Alexis La Goutte1-1/+1
2015-04-07[SGSAP] Use the subtree for MCC MNC.AndersBroman1-1/+1
2015-04-07[SGSAP] Add dissection of TMSI based NRI container andAndersBroman2-5/+60
2015-04-07Add OCFS2 dissector.Sunil Mushran4-0/+1678
2015-04-07DMP: Handle encoded 7bit string as binary.Stig Bjørlykke1-1/+1
2015-04-07Revert "Don't rescan packets when a display filter is added if we are capturi...Michael Mann1-3/+0
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann6-72/+48
2015-04-07Don't rescan packets when a display filter is added if we are capturing witho...Michael Mann1-0/+3
2015-04-06See if this squelches warnings when compiling without libpcap.Guy Harris1-1/+1
2015-04-06Show a count in the status bar for all captures.Guy Harris5-0/+25
2015-04-06Use zlib 1.2.8 on Windows.Gerald Combs3-17/+11
2015-04-06Reset the captured-packet count when we start or restart a capture.Guy Harris1-0/+1
2015-04-06zigbee: enhance zigbee illuminance cluster dissectionJulien STAUB3-6/+8
2015-04-06Add a warning about Chocolatey's Wget package.Gerald Combs1-4/+6
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris6-26/+6
2015-04-06unistim: remove tvb_length deprecated APIEvan Huus1-7/+5
2015-04-06profinet: remove tvb_length deprecated APIEvan Huus4-12/+12
2015-04-06ethercat: remove deprecated tvb_length APIEvan Huus2-4/+4
2015-04-06PKCS1: fix a typo for OID 1.3.132.0.35Robert P2-4/+4
2015-04-06Show a list of interfaces on the welcome screen when capturing.Guy Harris2-21/+27
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris6-107/+75
2015-04-05Pop the welcome screen message when we close a file.Guy Harris1-1/+8
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris6-7/+157
2015-04-05fibre channel: remove some unnecessary if(tree) checksMartin Kaiser1-31/+20
2015-04-05[Automatic update for 2015-04-05]Gerald Combs13-220/+496
2015-04-05NAS EPS: remove proto_tree_add_text callsPascal Quantin1-70/+73
2015-04-05Don't commit translation updates for now.Gerald Combs1-1/+1
2015-04-05docsis: remove tvb_length callsEvan Huus8-10/+10
2015-04-05irda: remove tvb_length callsEvan Huus3-17/+16
2015-04-05Remove epan member from PacketWinData and just use cfile.epan when redissecti...Michael Mann1-7/+5
2015-04-04Fix another capture_dev_user_pmode_find() call.Guy Harris1-1/+1
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris6-14/+25
2015-04-04dumpcap: fix no previous prototype for ‘is_linux_bonding_device’ [-Wmissi...Alexis La Goutte1-1/+1
2015-04-04change several (mutually exclusive) if statements into one big if-elseMartin Kaiser1-8/+4
2015-04-04Coverity 1158848, 1158849 (logically dead code)Martin Kaiser1-13/+12