| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove fragment_data, add fragment_head, fragment_item - for now alias it to ... | Jakub Zawadzki | 2013-07-17 | 1 | -1/+1 |
* | Add ability to export decrypted SSL/DTLS PDUs | Pascal Quantin | 2013-06-18 | 1 | -3/+16 |
* | no need for check_col() | Martin Kaiser | 2013-06-12 | 1 | -26/+20 |
* | Batch of filterable expert infos with some minor cleanup I noticed while doin... | Michael Mann | 2013-06-12 | 1 | -5/+5 |
* | From: Hauke Mehrtens | Anders Broman | 2013-06-11 | 1 | -10/+148 |
* | Batch of filterable expert infos. | Michael Mann | 2013-06-09 | 1 | -9/+17 |
* | From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567 | Evan Huus | 2013-05-05 | 1 | -10/+631 |
* | From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567 | Evan Huus | 2013-05-05 | 1 | -12/+19 |
* | Report bogus handshake length values with expert info. This includes | Guy Harris | 2013-04-18 | 1 | -45/+88 |
* | Rename value string (and similar) functions to use a consistent pattern. This | Evan Huus | 2013-03-29 | 1 | -4/+4 |
* | Put items into the protocol tree as we extract them, so that the header | Guy Harris | 2013-03-24 | 1 | -46/+50 |
* | Don't wire into the reassembly code the notion that reassemblies should | Guy Harris | 2013-03-22 | 1 | -6/+6 |
* | From beroset: | Anders Broman | 2013-03-17 | 1 | -1/+1 |
* | [-Wmissing-prototypes] | Anders Broman | 2013-03-16 | 1 | -9/+11 |
* | Pass the same offset to tvb_ensure_bytes_exist and fragment_add. | Evan Huus | 2013-03-02 | 1 | -1/+1 |
* | Trivial: Fix some typos. | Chris Maynard | 2013-02-23 | 1 | -12/+12 |
* | Comment out unused hf[] entries & etc. | Bill Meier | 2013-01-31 | 1 | -2/+4 |
* | revert r46739 | Martin Kaiser | 2013-01-08 | 1 | -2/+2 |
* | set the dtls record length for reassembly _before_ adding a fragment | Martin Kaiser | 2012-12-25 | 1 | -2/+2 |
* | From Dirk: | Anders Broman | 2012-11-16 | 1 | -1/+1 |
* | Move potential dereference until *after* the null-check. | Evan Huus | 2012-09-23 | 1 | -2/+2 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Add data parameter to call_dissector_only. | Jakub Zawadzki | 2012-09-11 | 1 | -1/+1 |
* | Add data parameter to dissector_try_heuristic | Jakub Zawadzki | 2012-09-11 | 1 | -1/+1 |
* | Initial commit to support yet another method of passing data between dissectors. | Jakub Zawadzki | 2012-09-10 | 1 | -1/+1 |
* | From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76... | Jeff Morriss | 2012-09-07 | 1 | -0/+2 |
* | Recommit: | Michael Tüxen | 2012-08-15 | 1 | -16/+19 |
* | convert GStrings to more "ephemeral friendly" use. | Michael Mann | 2012-08-15 | 1 | -14/+8 |
* | Move registration to a better place. | Michael Tüxen | 2012-08-15 | 1 | -2/+3 |
* | Register DIAMETER/DTLS/SCTP. | Michael Tüxen | 2012-08-14 | 1 | -2/+3 |
* | Use val_to_str_const() where appropriate; | Bill Meier | 2012-08-10 | 1 | -4/+4 |
* | UATs could be put into "categories". The categories were defined only | Guy Harris | 2012-07-08 | 1 | -1/+1 |
* | Update FSF address - part II. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Enhance dissection of the NewSessionTicket handshake message. | Sake Blok | 2012-06-17 | 1 | -54/+105 |
* | Create, and start using, file name preferences. | Jeff Morriss | 2012-06-13 | 1 | -4/+4 |
* | Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ... | Chris Maynard | 2012-05-25 | 1 | -0/+4 |
* | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6906 : | pascal | 2012-05-05 | 1 | -2/+2 |
* | From Martin Kaiser: | pascal | 2012-04-30 | 1 | -4/+4 |
* | Whitespace cleanup: Indentation, trailing, ... | Bill Meier | 2012-04-26 | 1 | -61/+61 |
* | From Robin Seggelmann: | Michael Tüxen | 2012-03-28 | 1 | -1/+27 |
* | From Robin Seggelmann: Add support for the New Session Ticket | Michael Tüxen | 2012-03-08 | 1 | -0/+6 |
* | From Robin Seggelmann: Add support for RFC 6520. | Michael Tüxen | 2012-02-26 | 1 | -5/+156 |
* | From Naoyoshi Ueda: | Anders Broman | 2012-02-16 | 1 | -50/+81 |
* | Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 : | Jeff Morriss | 2012-02-10 | 1 | -26/+39 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2012-02-06 | 1 | -22/+14 |
* | Fix some duplicate display filter names. | Chris Maynard | 2012-01-19 | 1 | -3/+3 |
* | AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in... | Bill Meier | 2011-12-29 | 1 | -0/+1 |
* | AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't... | Bill Meier | 2011-12-29 | 1 | -15/+0 |
* | Do whitespace cleanup; Reformat long lines; | Bill Meier | 2011-12-29 | 1 | -290/+315 |
* | Add (what I think are) missing add_new_data_source() calls; | Bill Meier | 2011-12-16 | 1 | -4/+8 |