summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Add option to use wall-clock intervalsHEADmasterSake Blok13-87/+249
2017-07-03ieee802154: fix a bug preventing Payload Terminate IE dissectionYasuyuki Tanaka1-1/+1
2017-07-01ZigBee: Add attribute and command names from Price used with GBCSKenneth Soerensen2-0/+399
2017-07-01ospf: workaround Opaque Information with bad TLVPeter Wu1-5/+13
2017-07-01androiddump: Close socket on failure pathMikael Kanstrup1-0/+3
2017-07-01androiddump: Fix null dereference if linktype not foundMikael Kanstrup1-0/+2
2017-06-30androiddump: Fix leaked linktype stringMikael Kanstrup1-0/+1
2017-06-30iface_lists: select interfaces via command line (option -i)Peter Wu1-4/+6
2017-06-30ospf: update LSA Option TypesPeter Wu1-9/+18
2017-06-30ZigBee: Add remaining command names from Metering clusterKenneth Soerensen1-2/+22
2017-06-30ZigBee: Add attribute and command names from Calendar clusterKenneth Soerensen2-1/+280
2017-06-30ZigBee: Add remaining command names from Prepayment clusterKenneth Soerensen1-1/+9
2017-06-30btle: Improve reassembly when missing packetsStig Bjørlykke1-18/+32
2017-06-30btle: Support reassembly in both directionsStig Bjørlykke1-6/+40
2017-06-30extcap: another round of memory leak fixesPeter Wu1-4/+14
2017-06-30dumpcap: fix minor memory leak at begin of capturePeter Wu1-0/+2
2017-06-30dumpcap: fix buffer overflow on packets larger than 2048 bytesPeter Wu1-6/+20
2017-06-29NAS EPS: upgrade dissector to v13.10.0Pascal Quantin2-1/+44
2017-06-29Added General Notification Message opcode to CFMGabor Vaszkun1-0/+105
2017-06-29sccp: build the "association tree" earlierIvan Nardi1-25/+48
2017-06-29sccp: build associations on IT messages, tooIvan Nardi1-0/+2
2017-06-29Support AECP vendor unique command and response messages.Daniel McLean1-3/+27
2017-06-29btle: Reorder elements in Packet Header and Data HeaderStig Bjørlykke1-10/+10
2017-06-29btl2cap: Cleanup indent and spacingStig Bjørlykke1-69/+87
2017-06-29S1AP: upgrade dissector to v13.6.0Pascal Quantin9-19/+24
2017-06-29X2AP: upgrade dissector to v13.7.0Pascal Quantin9-9/+30
2017-06-29LTE RRC: upgrade dissector to v13.6.0Pascal Quantin11-607/+1247
2017-06-28e212: report an expert info on malformed imsiIvan Nardi1-1/+26
2017-06-28 FP: Combining heuristic dissectorsDarien Spencer3-145/+240
2017-06-28x11: Make a tmp variable volatileStig Bjørlykke1-1/+1
2017-06-28androiddump: Fix printf format for size_tStig Bjørlykke1-1/+1
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall9-4/+342
2017-06-28Qt: Change wording of filter button context menuRoland Knall1-4/+4
2017-06-28Windows: update c-ares to v1.13.0 and zlib to v1.2.11Pascal Quantin2-9/+9
2017-06-28IEEE 802.15.4: Whitespace and small comment cleanupsRobert Sauter1-268/+271
2017-06-28Don't worry about initializing auto aggregates with non-constant values.Guy Harris1-9/+16
2017-06-27Fix the "don't initialize with non-constant variables" item.Guy Harris1-4/+20
2017-06-27Qt: fix alloc-dealloc-mismatch while adding named pipePeter Wu3-34/+30
2017-06-27IEEE 802.15.4: Support for CSL Header IERobert Sauter1-1/+35
2017-06-27WiX: More merge module fixups.Gerald Combs1-7/+13
2017-06-27CMake: Fix the WiX search path.Gerald Combs1-3/+9
2017-06-27Qt: Context menu for toolbar filter buttonsRoland Knall7-9/+180
2017-06-27dcerpc: improve greatly the speed of processing of DCERPC packetsMatthieu Patou1-42/+140
2017-06-27androiddump: Support packet capture on any interface that is upMikael Kanstrup1-32/+101
2017-06-27androiddump: Use Android tcpdump reported data link typeMikael Kanstrup1-1/+54
2017-06-27IEEE 802.15.4: Overhaul Header IE dissectionRobert Sauter2-228/+273
2017-06-27The 3rd argument to recv() is an int on Windows.Guy Harris1-2/+2
2017-06-27On UN*X, make sure we can find inflate() in libz.Guy Harris2-1/+37
2017-06-27androiddump: Let adb_send funcs generate string length prefixMikael Kanstrup1-37/+55
2017-06-27Don't check for inflatePrime() on Windows.Guy Harris1-5/+19