Small explanation for why MS created their own KRB5 OID value.
[metze/wireshark/wip.git] / editcap.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-06-30 Guy HarrisFrom Joerg Mayer: add some missing static declarations.
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-03-31 Guy HarrisFrom Joerg Mayer: mark function arguments as unused.
2002-03-14 Gilbert RamirezWhen defining the struct select_item, don't create...
2002-02-24 Guy HarrisFrom Peter Valchev: fix editcap to assign the result...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-07-13 Guy HarrisFrom Scott Renfro:
2001-07-12 Guy Harris"-t" flag for editcap, to adjust timestamps in frames...
2001-06-19 Guy HarrisMore signed vs. unsigned cleanups, and initialization...
2001-04-20 Guy HarrisIn ANSI C (and in pre-ANSI UNIX implementations), if...
2000-12-03 Guy HarrisPut the "-s" flag into the usage message for editcap.
2000-08-09 Guy HarrisMake "editcap -h" give the usage message without an...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-04-27 Guy HarrisAdd a "-s" flag to editcap, to make it truncate packets...
2000-04-17 Gilbert RamirezRemove optopt and opterr, two unused variables.
2000-04-12 Gilbert RamirezBuild tethereal and editcap on Win32.
2000-01-17 Guy HarrisUse "strchr()" rather than "index()" - the ANSI C stand...
2000-01-17 Richard SharpeSmall patch to editcap to allow ranges of packets to...
1999-12-12 Richard SharpeAnother commit from a Qantas Club Lounge ... :-)
1999-12-05 Guy HarrisUse the new routines in Wiretap to make the argument...
1999-12-04 Guy HarrisIt's now called "editcap", as it can read any file...
1999-12-04 Richard SharpeAdding editcap.c. This is an example of a simple wiret...