aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-02Main window (Qt): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-1/+0
2015-03-02Byte view text (Qt): Fix Dead Store (Dead assignement/Dead increment) warning...Alexis La Goutte1-1/+0
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki22-203/+207
2015-03-02Bluetooth: HFP: Temporary disable partial message dissectionMichal Labedzki1-17/+21
2015-03-02OPENSAFETY: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-3/+0
2015-03-02[r,i]gmp: added reserved fieldDario Lombardo2-1/+13
2015-03-02fip: added reserved fieldDario Lombardo1-0/+13
2015-03-02rmcp: added reserved fieldDario Lombardo1-0/+6
2015-03-02isl: added reserved fieldDario Lombardo1-0/+5
2015-03-02dvmrp: added reserved fieldDario Lombardo1-0/+6
2015-03-02scsi-osd: fix overflow leading to infinite loopEvan Huus1-1/+4
2015-03-02tnef: fix overflow leading to infinite loopEvan Huus1-1/+4
2015-03-02Bluetooth: HFP: Improve HFP dissector by dissecting all commandsMichal Labedzki2-85/+906
2015-03-02Bluetooth: HCI: Fix "Host Number of Completed Packets"Michal Labedzki1-2/+6
2015-03-02Bluetooth: L2CAP: Add link to Connect and Disconnect framesMichal Labedzki1-0/+26
2015-03-02RTP player: don't crash when drawing channel graphs for very long calls.Jeff Morriss1-2/+26
2015-03-02Don't read aliases from the personal hosts file.Jeff Morriss1-1/+5
2015-03-02Don't create a packet dialog if we don't have a packet.Guy Harris3-17/+24
2015-03-02Fix typo caught by Coverity - wrong structure members being tested.Guy Harris1-2/+2
2015-03-01Qt: Don't autoscroll if we're not capturing.Gerald Combs1-1/+1
2015-03-01Revert "build the list of .qm files from the list of .ts files"Martin Kaiser1-2/+9
2015-03-01build the list of .qm files from the list of .ts filesMartin Kaiser1-9/+2
2015-03-01[Automatic manuf, services and enterprise-numbers update for 2015-03-01]Gerald Combs4-2/+172
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann26-130/+116
2015-03-01zvt: functions for dissecting a bitmap and an apdu as a sequence of bitmapsMartin Kaiser1-97/+118
2015-03-01"Break" the Acme reader so that the tests work.Guy Harris1-0/+7
2015-03-01Call TIMEDEFVn macros in all PACKET_DESCRIBE() macros.Guy Harris1-46/+70
2015-02-28Convert fixed-point binary to floating-point in a portable fashion.Guy Harris1-24/+21
2015-02-28Don't use ctime().Guy Harris1-15/+16
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris10-43/+6
2015-02-28Don't use struct timeval if we only care about seconds.Guy Harris1-8/+5
2015-02-28openSAFETY: Add support for openSAFETY 1.5Roland Knall1-113/+231
2015-02-28Get rid of unused variable.Guy Harris1-1/+0
2015-02-28Clean up timestamp handling.Guy Harris1-75/+59
2015-02-27We don't need to check for strings.h.Guy Harris1-1/+0
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris4-4/+6
2015-02-27wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris2-3/+1
2015-02-27We don't use gethostbyname2(), don't check for it.Guy Harris1-1/+1
2015-02-27Remove a couple useless variables.Jeff Morriss1-7/+6
2015-02-27Use getnameinfo() instead of gethostbyaddr().Jeff Morriss1-89/+90
2015-02-27Restore synchronous name resolution (revert SVN rev52115).Jeff Morriss1-0/+28
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki17-48/+177
2015-02-27Use VCINSTALLDIR environment variable in order to locate MSVCR_DLL.Dmitry Bazhenov1-5/+6
2015-02-27Fixed MAUSB Flags subfield dissectionSean O. Stalley1-8/+8
2015-02-27Added basic MA USB isochronous packet supportSean O. Stalley1-18/+255
2015-02-27Added Dissection of CancelTransfer MA packetsSean O. Stalley1-0/+122
2015-02-27Updated MAUSB Packet Type valuesSean O. Stalley1-127/+129
2015-02-27Remove most of the tvb_get_ptr calls in the packet-batadv.c dissector.Michael Mann1-181/+113
2015-02-27Pass tvb and offset into print_nsap_net() and print_area() to "hide" the tvb_...Michael Mann7-23/+19
2015-02-27Again, we need a separate pointer to advance through the buffer.Guy Harris1-4/+5