avoid crashing when Debug_Cfg is set and no Payload is given for a Pdu
[obnox/wireshark/wip.git] / editcap.c
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-02-23 sharpeAnother small closing bracket fixup.
2004-02-23 sharpeSmall fix to usage text to add a trailing closed square...
2004-01-25 guyFree the error info string after using it.
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-18 jmayerFix warnings found by -Wstrict-prototypes
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-30 guyFrom Joerg Mayer: add some missing static declarations.
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 guyFrom Joerg Mayer: mark function arguments as unused.
2002-03-14 gramWhen defining the struct select_item, don't create...
2002-02-24 guyFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-07-13 guyFrom Scott Renfro:
2001-07-12 guy"-t" flag for editcap, to adjust timestamps in frames...
2001-06-19 guyMore signed vs. unsigned cleanups, and initialization...
2001-04-20 guyIn ANSI C (and in pre-ANSI UNIX implementations), if...
2000-12-03 guyPut the "-s" flag into the usage message for editcap.
2000-08-09 guyMake "editcap -h" give the usage message without an...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-04-27 guyAdd a "-s" flag to editcap, to make it truncate packets...
2000-04-17 gramRemove optopt and opterr, two unused variables.
2000-04-12 gramBuild tethereal and editcap on Win32.
2000-01-17 guyUse "strchr()" rather than "index()" - the ANSI C stand...
2000-01-17 sharpeSmall patch to editcap to allow ranges of packets to...
1999-12-12 sharpeAnother commit from a Qantas Club Lounge ... :-)
1999-12-05 guyUse the new routines in Wiretap to make the argument...
1999-12-04 guyIt's now called "editcap", as it can read any file...
1999-12-04 sharpeAdding editcap.c. This is an example of a simple wiret...