#include <limits.h>#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "libavformat/avformat.h"Go to the source code of this file.
Defines | |
| #define | PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin" |
Functions | |
| static int | usage (int ret) |
| int | main (int argc, char **argv) |
| #define PKTFILESUFF "_%08" PRId64 "_%02d_%010" PRId64 "_%06d_%c.bin" |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 42 of file pktdumper.c.
| static int usage | ( | int | ret | ) | [static] |
Definition at line 32 of file pktdumper.c.
1.5.8