| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert SSL and TCP dissectors to wmem (with the exception of UAT). | Evan Huus | 2013-07-31 | 1 | -7/+7 |
* | Remove fragment_data, add fragment_head, fragment_item - for now alias it to ... | Jakub Zawadzki | 2013-07-17 | 1 | -1/+1 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+0 |
* | Rewrite reassemble API to use TVBs instead of raw data. | Jakub Zawadzki | 2013-07-14 | 1 | -3/+1 |
* | Add ability to export decrypted SSL/DTLS PDUs | Pascal Quantin | 2013-06-18 | 1 | -0/+15 |
* | Batch of filterable expert infos | Michael Mann | 2013-05-27 | 1 | -3/+17 |
* | From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567 | Evan Huus | 2013-05-05 | 1 | -2/+2 |
* | From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567 | Evan Huus | 2013-05-05 | 1 | -0/+97 |
* | From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8567 | Evan Huus | 2013-05-05 | 1 | -0/+46 |
* | Rename value string (and similar) functions to use a consistent pattern. This | Evan Huus | 2013-03-29 | 1 | -6/+6 |
* | Don't wire into the reassembly code the notion that reassemblies should | Guy Harris | 2013-03-22 | 1 | -7/+11 |
* | From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : | Pascal Quantin | 2013-03-07 | 1 | -16/+16 |
* | Fix spelling/typos found using a list of commonly misspelled words. | Bill Meier | 2013-02-26 | 1 | -2/+2 |
* | Bugfix data combined via ssl_desegment_app_data not visible via "Follow SSL S... | Michael Mann | 2013-02-18 | 1 | -0/+1 |
* | Fix a typo in a comment; | Bill Meier | 2013-01-22 | 1 | -178/+186 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -2/+0 |
* | From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=80... | Pascal Quantin | 2012-12-16 | 1 | -16/+46 |
* | Use the complete fragment length to reassembly SSL frames. The old method | Evan Huus | 2012-12-12 | 1 | -5/+4 |
* | From Dirk: | Anders Broman | 2012-11-16 | 1 | -1/+1 |
* | From Erik Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7967 : | Pascal Quantin | 2012-11-11 | 1 | -16/+10 |
* | packet-ssl.c add a cast to build on Win64 | Anders Broman | 2012-11-02 | 1 | -1/+1 |
* | From Dirk: | Anders Broman | 2012-11-02 | 1 | -0/+35 |
* | Minor cleanup: | Bill Meier | 2012-10-18 | 1 | -159/+154 |
* | 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 dissector_try_heuristic | Jakub Zawadzki | 2012-09-11 | 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 |
* | convert GStrings to more "ephemeral friendly" use. | Michael Mann | 2012-08-15 | 1 | -9/+6 |
* | more ephemeral memory cleanup | Michael Mann | 2012-08-14 | 1 | -3/+1 |
* | Use val_to_str_const() where appropriate; | Bill Meier | 2012-08-10 | 1 | -5/+5 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7435 : | Pascal Quantin | 2012-07-20 | 1 | -18/+30 |
* | If the offset is out of range, just assign to len to 0 so we don't end up pas... | Chris Maynard | 2012-07-14 | 1 | -1/+1 |
* | 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 |
* | From Adam Langley: | Anders Broman | 2012-06-24 | 1 | -3/+9 |
* | Enhance dissection of the NewSessionTicket handshake message. | Sake Blok | 2012-06-17 | 1 | -1/+53 |
* | Create, and start using, file name preferences. | Jeff Morriss | 2012-06-13 | 1 | -2/+2 |
* | From Martin Kaiser: | pascal | 2012-04-30 | 1 | -8/+8 |
* | Mark some function static. | Jakub Zawadzki | 2012-04-09 | 1 | -1/+1 |
* | From Robin Seggelmann: | Michael Tüxen | 2012-03-28 | 1 | -0/+1 |
* | Replace some duplicate blurbs with NULL. | Jeff Morriss | 2012-03-23 | 1 | -44/+44 |
* | From Yaniv Kaul: | Anders Broman | 2012-03-22 | 1 | -0/+176 |
* | From Robin Seggelmann: Add support for the New Session Ticket | Michael Tüxen | 2012-03-08 | 1 | -0/+5 |
* | Fix CID 473 and 474. | Michael Tüxen | 2012-03-01 | 1 | -0/+2 |
* | From Robin Seggelmann: Add support for RFC 6520. | Michael Tüxen | 2012-02-26 | 1 | -0/+144 |
* | Fix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6817 : | Jeff Morriss | 2012-02-10 | 1 | -15/+23 |
* | Minor updates to debug output. | Anders Broman | 2012-01-30 | 1 | -4/+4 |
* | Don't register ett_ssl_keyex_params twice. | Michael Tüxen | 2012-01-28 | 1 | -1/+0 |
* | From Andreas Heise: | Anders Broman | 2012-01-28 | 1 | -0/+6 |
* | From Michael: | Anders Broman | 2012-01-28 | 1 | -28/+327 |
* | AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in... | Bill Meier | 2011-12-29 | 1 | -14/+1 |