Projects tagged ‘dump’


[41 total ]

381 Users
   

Tcpdump prints out the headers of packets on a network interface that match the boolean expression.
Created over 3 years ago.

9 Users
   

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of ... [More] developers use print_r() and var_dump() in the means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]
Created over 3 years ago.

2 Users

tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. A program like 'tcpdump' ... [More] shows a summary of packets seen on the wire, but usually doesn't store the data that's actually being transmitted. In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. tcpflow understands sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. However, it currently does not understand IP fragments; flows containing IP fragments will not be recorded properly. [Less]
Created over 2 years ago.

1 Users

Staggered import of large and very large MySQL Dumps (like phpMyAdmin 2.x Dumps) even through the web-servers with hard runtime limit and those in safe mode. The script executes only a small part ... [More] of the huge dump and restarts itself. The next session starts where the last was stopped. [Less]
Created over 2 years ago.

1 Users

Superiotool is a user-space utility which can - detect which Super I/O chip is soldered onto your mainboard, - at which configuration port it's located (usually 0x2e or 0x4e), and - dump ... [More] all register contents of the Super I/O chip, together with the default values as per datasheet (to make comparing the values easy). It is mainly used for coreboot development purposes (see coreboot.org for details on coreboot), but it may also be useful for other things. [Less]
Created 4 months ago.

1 Users

inteltool is a small utility that provides some information about the Intel CPU/chipset hardware configuration (register contents, MSRs, etc).
Created 4 months ago.

1 Users

msrtool is a small utility that dumps chipset-specific MSR registers.
Created 4 months ago.

1 Users

nvramtool (previously known as lxbios and cmos_util) is a utility for reading/writing coreboot parameters and displaying information from the coreboot table in CMOS/NVRAM. The program is intended ... [More] only for x86-based Linux systems that use coreboot, but can also be used for non-coreboot systems (e.g. for dumping all NVRAM bytes). [Less]
Created 4 months ago.

1 Users

coreinfo is a small informational payload for coreboot. Currently, it can display CPU information, PCI information, coreboot table information, and show an NVRAM dump.
Created 4 months ago.

1 Users

Utility to create Subversion repository backups using the svnadmin dump command. This utility allows you to create profiles for different backup scenarios.
Created 9 months ago.