| Commit message (Expand) | Author | Age | Files | Lines |
* | Add IPFIX_RECORDS_TO_CHECK to the environment variable section. | Jeff Morriss | 2010-10-20 | 3 | -0/+21 |
* | Revision 27919 added the ability to feed a libpcap-formatted file to | Gerald Combs | 2010-10-15 | 1 | -2/+25 |
* | Rework "extended value strings": | Bill Meier | 2010-10-14 | 1 | -5/+21 |
* | NEARLY → OVER. | Gerald Combs | 2010-10-01 | 1 | -1/+1 |
* | Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS and | Jeff Morriss | 2010-09-02 | 3 | -16/+58 |
* | Add ws_load_library and ws_module_open, which respectively call | Gerald Combs | 2010-08-25 | 1 | -1/+1 |
* | Document what prefs_register_string_preference() does with your value pointer. | Jeff Morriss | 2010-08-21 | 1 | -2/+7 |
* | Remove an incorrect line of code from the proto_reg_hanoff prototype. | Bill Meier | 2010-08-12 | 1 | -2/+0 |
* | Fix grammaro, indent example code. | Guy Harris | 2010-07-27 | 1 | -8/+9 |
* | Tell people to be careful about loops like | Guy Harris | 2010-07-27 | 1 | -0/+11 |
* | Don't clean wireshark-filter.pod. It's not generated any more. | Gerald Combs | 2010-07-15 | 1 | -1/+1 |
* | Don't include the filter list (which is now over 16MB) in the | Gerald Combs | 2010-07-15 | 4 | -26/+26 |
* | Add an option to print the first, the last or all occurrences of each field | Sake Blok | 2010-07-14 | 1 | -0/+5 |
* | Make 'tshark -T fields' print all values for fields with multiple occurences. | Sake Blok | 2010-07-14 | 1 | -1/+7 |
* | Fix a typo. | Gerald Combs | 2010-07-14 | 1 | -12/+12 |
* | Add dftest.pod and randpkt.pod to the release tarball. | Guy Harris | 2010-07-14 | 1 | -4/+6 |
* | Add a "-d" flag to dumpcap, to print out the generated code for the | Guy Harris | 2010-07-13 | 1 | -0/+6 |
* | From Jan Šafránek: | Jaap Keuter | 2010-07-13 | 3 | -3/+173 |
* | Add Visual C++ project files to the distribution. | Gerald Combs | 2010-06-30 | 1 | -0/+2 |
* | Remove documentation of Object Identifier configuration files, as a UAT is no... | Graeme Lunt | 2010-06-28 | 1 | -62/+0 |
* | Update with documentation on the object identifier configuration files. | Graeme Lunt | 2010-06-24 | 1 | -0/+62 |
* | Update to reflect changes in defines: REP_* > ENC_* | Stig Bjørlykke | 2010-06-22 | 1 | -9/+9 |
* | From Jim Young: | Anders Broman | 2010-06-18 | 1 | -0/+92 |
* | From Reinhard Speyerer via bug 4779: | Gerald Combs | 2010-06-03 | 1 | -4/+5 |
* | From Jim Young via bug 4331: | Gerald Combs | 2010-06-02 | 1 | -0/+42 |
* | From Jim Young via bug 4049: | Gerald Combs | 2010-06-02 | 1 | -0/+7 |
* | Copy the (no longer Win32-specific) description of the -B option to the Wires... | Jeff Morriss | 2010-05-27 | 1 | -5/+13 |
* | Document the maximum number of files in a ring buffer, including a warning ab... | Jeff Morriss | 2010-05-27 | 3 | -37/+62 |
* | Put in a warning about the <stdarg.h> problem that I just found and | Guy Harris | 2010-05-26 | 1 | -0/+20 |
* | Add a -q flag to dumpcap, to squelch its reporting of the packet count, | Guy Harris | 2010-05-26 | 1 | -0/+12 |
* | Minor rewording; Also: add note to not use "" for a hf[] array blurb. | Bill Meier | 2010-05-25 | 1 | -5/+5 |
* | Refer to the endianness arguments as "encoding" rather than | Guy Harris | 2010-05-24 | 1 | -3/+3 |
* | Use the new REP_ values for proto_tree_add_item(). | Guy Harris | 2010-05-24 | 1 | -9/+17 |
* | Describe values_string_ext. | Anders Broman | 2010-05-23 | 1 | -0/+17 |
* | Don't have -M affect -v yet; if we end up, for example, having dumpcap | Guy Harris | 2010-05-19 | 1 | -9/+3 |
* | Don't write the SP_SUCCESS messages unless -Z was specified. | Guy Harris | 2010-05-18 | 1 | -2/+11 |
* | Use find_or_create_conversation() in the example | Jeff Morriss | 2010-05-13 | 1 | -31/+19 |
* | Document find_or_create_conversation() | Jeff Morriss | 2010-05-13 | 1 | -15/+26 |
* | Update display filter scripts with new field types. | Jaap Keuter | 2010-05-11 | 1 | -4/+10 |
* | The default capture buffer size is, in fact, *nominally* 1MB; however, | Guy Harris | 2010-05-08 | 2 | -8/+14 |
* | -B is no longer Windows-only. | Guy Harris | 2010-05-07 | 2 | -10/+20 |
* | Add monitor mode support to TShark. | Guy Harris | 2010-05-07 | 1 | -0/+13 |
* | Beginnings of monitor mode support with libpcap 1.x. | Guy Harris | 2010-05-07 | 1 | -0/+13 |
* | Update capinfos man page. | Bill Meier | 2010-05-03 | 1 | -0/+7 |
* | Change two instances of "an Wireshark plugin" to "a Wireshark plugin". | Stephen Fisher | 2010-05-02 | 1 | -2/+2 |
* | Change copyright date in sample dissector code to 201x from 200x for the | Stephen Fisher | 2010-04-25 | 1 | -1/+1 |
* | 64-bit integers take the same FIELDDISPLAY as shorter integers | Jeff Morriss | 2010-04-24 | 1 | -22/+22 |
* | Simplify Makefile.nmake so that adding a new plugin to Makefile.nmake | Bill Meier | 2010-04-19 | 1 | -14/+3 |
* | (Trivial changes) | Bill Meier | 2010-04-16 | 1 | -14/+17 |
* | Updates: | Bill Meier | 2010-04-16 | 1 | -4/+16 |