| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Wireshark: Add option to choose format type of capture file | Michal Labedzki | 2014-02-25 | 1 | -1/+2 |
* | Replace "svn" with "git" all over the place. | Gerald Combs | 2014-02-07 | 1 | -3/+3 |
* | Drop support of Visual Studio 2005 | Alexis La Goutte | 2014-01-26 | 1 | -9/+1 |
* | Given that we allow the 'outfile file' to be stdout, then presumably all | Bill Meier | 2014-01-23 | 1 | -16/+16 |
* | printf(...) --> fprintf(stderr,...) (in a commented out line of code) | Bill Meier | 2014-01-23 | 1 | -1/+1 |
* | Don't write out packets that have a "captured length" bigger than we're | Guy Harris | 2014-01-22 | 1 | -3/+19 |
* | From Toralf Förster | Martin Kaiser | 2014-01-17 | 1 | -1/+1 |
* | For '-h' option: exit(0) as per convention; | Bill Meier | 2014-01-03 | 1 | -76/+75 |
* | From Ville Skyttä: Spelling Fixes | Bill Meier | 2013-12-23 | 1 | -1/+1 |
* | Move most of the plugin code from epan to wsutil and remove all | Guy Harris | 2013-12-02 | 1 | -13/+11 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | Fix chopping when offset is 0. Fixes https://bugs.wireshark.org/bugzilla/sho... | Chris Maynard | 2013-11-15 | 1 | -8/+8 |
* | Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec. | Jakub Zawadzki | 2013-11-09 | 1 | -2/+2 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -14/+14 |
* | From Peter Wu | Martin Kaiser | 2013-10-29 | 1 | -9/+14 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2013-09-16 | 1 | -1/+1 |
* | Remove a leftover #if 0 block. | Chris Maynard | 2013-09-09 | 1 | -6/+1 |
* | Fix the "crossed chopping region" problem. Also, move chopping to its own fu... | Chris Maynard | 2013-09-09 | 1 | -82/+128 |
* | The file was a weird mix of 2 and 4 indent so use a consistent 4-space indent... | Chris Maynard | 2013-09-09 | 1 | -1226/+1222 |
* | OK, allow either positive or negative offsets no matter if we're chopping fro... | Chris Maynard | 2013-09-09 | 1 | -30/+37 |
* | Specify the optional offset as a positive value, regardless of chopping from ... | Chris Maynard | 2013-09-08 | 1 | -6/+8 |
* | Allow an optional offset to be specified when chopping bytes from packets. | Chris Maynard | 2013-09-08 | 1 | -25/+83 |
* | Move a bunch of the crypt modules and pint.h into wsutil. | Jeff Morriss | 2013-08-01 | 1 | -1/+1 |
* | Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specific | Jeff Morriss | 2013-07-16 | 1 | -2/+2 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -2/+1 |
* | Allow -C <choplen> to be used more than once so it is now possible to chop by... | Chris Maynard | 2013-07-12 | 1 | -26/+37 |
* | Add -L option to allow adjustment of original frame length. This change was ... | Chris Maynard | 2013-07-10 | 1 | -75/+97 |
* | Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make... | Chris Maynard | 2013-07-10 | 1 | -2/+10 |
* | Move a couple of time-related modules into wsutil. | Jeff Morriss | 2013-06-25 | 1 | -1/+1 |
* | From beroset: | Bill Meier | 2013-03-20 | 1 | -1/+1 |
* | From Balint: | Gerald Combs | 2013-03-07 | 1 | -3/+12 |
* | Use explicit casts. | Anders Broman | 2013-03-05 | 1 | -2/+2 |
* | When any of our executables start on Windows create or open a "Wireshark | Gerald Combs | 2013-02-20 | 1 | -0/+2 |
* | Previous commit put a little too much of the README.developer boilerplate in... | Jeff Morriss | 2013-01-14 | 1 | -6/+0 |
* | In response to http://ask.wireshark.org/questions/17660/licence-of-editcap | Jeff Morriss | 2013-01-14 | 1 | -2/+28 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 : | Pascal Quantin | 2013-01-04 | 1 | -1/+1 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -7/+7 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -1/+1 |
* | From Jim Young: | Anders Broman | 2012-10-15 | 1 | -1/+3 |
* | From Bill Parker: | Anders Broman | 2012-10-09 | 1 | -1/+1 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Make count variable in editcap unsigned, fixes more format string | Evan Huus | 2012-09-09 | 1 | -1/+1 |
* | Fix a copy+paste error ('capinfos' appearing in error string). | Martin Mathieson | 2012-07-16 | 1 | -1/+1 |
* | Try to fix pcap-ng - most files created by editcap -c have no IDB | Anders Broman | 2012-06-15 | 1 | -9/+10 |
* | Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe... | Jeff Morriss | 2012-03-14 | 1 | -1/+4 |
* | From Jose Pedro Oliveira: | Anders Broman | 2012-03-13 | 1 | -1/+3 |
* | A modified version of "pcapng: shd_userappl in newly created files" | Anders Broman | 2012-03-13 | 1 | -0/+5 |
* | Free idb_inf and shb_hdr when done. | Anders Broman | 2012-03-12 | 1 | -0/+2 |
* | Use wtap_dump_open_ng(), so we preserve all the interfaces in pcap-NG | Guy Harris | 2012-03-03 | 1 | -2/+7 |