| Commit message (Expand) | Author | Age | Files | Lines |
* | From Mathias Guettler: | Anders Broman | 2013-08-08 | 1 | -0/+3 |
* | From Mathias Guettler: | Anders Broman | 2013-08-08 | 19 | -0/+6165 |
* | When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet... | Anders Broman | 2013-08-08 | 1 | -0/+2 |
* | add a range check for dch_id | Martin Kaiser | 2013-08-07 | 1 | -1/+2 |
* | Replace hfinfo pointer to same_name_prev, with same_name_prev_id. | Jakub Zawadzki | 2013-08-06 | 1 | -1/+1 |
* | Make some global variables static | Jakub Zawadzki | 2013-08-05 | 1 | -1/+1 |
* | Convert proto_item_set_expert_flags into filterable items. | Michael Mann | 2013-08-04 | 1 | -5/+18 |
* | Convert proto_item_set_expert_flags to "filterable" items in alcap dissector.... | Michael Mann | 2013-08-04 | 1 | -1/+1 |
* | md5.h is in wsutil now. | Jeff Morriss | 2013-08-01 | 1 | -1/+1 |
* | Move a bunch of the crypt modules and pint.h into wsutil. | Jeff Morriss | 2013-08-01 | 5 | -14/+17 |
* | Add the forgotten makefile updates. | Anders Broman | 2013-07-29 | 1 | -2/+2 |
* | Update to handle version 9. | Anders Broman | 2013-07-28 | 3 | -0/+1505 |
* | Use the pinfo pool for adding data sources in the h245 dissector. The packet | Evan Huus | 2013-07-25 | 1 | -5/+5 |
* | Try to differentiate a non filled private_data (pointer set to NULL) from an ... | Pascal Quantin | 2013-07-23 | 2 | -40/+32 |
* | Replace relative timestamp with reference frame number. Saves 16B per frame. | Jakub Zawadzki | 2013-07-21 | 1 | -1/+1 |
* | Remove fragment_data, add fragment_head, fragment_item - for now alias it to ... | Jakub Zawadzki | 2013-07-17 | 4 | -8/+8 |
* | Fix warning: ISO C does not allow extra ';' outside of a function. | Chris Maynard | 2013-07-15 | 1 | -10/+10 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+0 |
* | Make pointers to raw packet data pointers to guint8, not pointers to | Guy Harris | 2013-07-14 | 1 | -2/+2 |
* | fix: ../../asn1/t38/packet-t38-template.c:346: warning: request for implicit ... | Jakub Zawadzki | 2013-07-14 | 1 | -1/+1 |
* | Rewrite reassemble API to use TVBs instead of raw data. | Jakub Zawadzki | 2013-07-14 | 1 | -6/+9 |
* | Upgrade LTE RRC dissector to v11.4.0 | Pascal Quantin | 2013-07-09 | 4 | -6/+19 |
* | Squelch some warnings that show up with, for example, the GCC 4.2.1 that | Guy Harris | 2013-07-06 | 1 | -1/+1 |
* | Use epan-scoped memory for h248 packages. Fixes another ~24KB of leaks. | Evan Huus | 2013-07-06 | 1 | -3/+3 |
* | Fix display filter errors caught by checkfiltername.pl | Michael Mann | 2013-07-06 | 4 | -5/+5 |
* | Fix duplicate diplay filter names found by checkfiltername.pl | Michael Mann | 2013-07-06 | 1 | -3/+3 |
* | expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for... | Michael Mann | 2013-07-03 | 4 | -42/+21 |
* | Check actx->private_data validity before using it | Pascal Quantin | 2013-07-03 | 1 | -45/+51 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 : | Pascal Quantin | 2013-07-03 | 1 | -101/+118 |
* | expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable | Michael Mann | 2013-07-03 | 9 | -45/+23 |
* | Fix Coverity CID 1040373 (Dereference before null check). Minor whitespace c... | Chris Maynard | 2013-07-01 | 1 | -21/+21 |
* | Fix Coverity CID 712348 (Unused pointer value). | Chris Maynard | 2013-07-01 | 1 | -1/+1 |
* | Squelch some warnings. | Guy Harris | 2013-07-01 | 3 | -10/+10 |
* | Fix Coverity CID 1040372 (Printf arg count mismatch) by eliminating the doubl... | Chris Maynard | 2013-07-01 | 1 | -2/+2 |
* | replace object_identifier_id with actx->external.direct_reference | Michael Mann | 2013-06-28 | 6 | -46/+39 |
* | Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar... | Michael Mann | 2013-06-28 | 5 | -339/+338 |
* | Move a couple of time-related modules into wsutil. | Jeff Morriss | 2013-06-25 | 4 | -4/+0 |
* | Add an option to dissect RRC-Container IE | Pascal Quantin | 2013-06-24 | 1 | -0/+4 |
* | More proper fix (per advice of bug 8515 (https://bugs.wireshark.org/bugzilla/... | Michael Mann | 2013-06-22 | 3 | -9/+9 |
* | Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 : | Pascal Quantin | 2013-06-20 | 1 | -0/+5 |
* | Fix for bug 8826. | Martin Mathieson | 2013-06-20 | 2 | -0/+4 |
* | Ldap still needs to include wmem.h since it uses wmem during normal dissection, | Evan Huus | 2013-06-20 | 1 | -0/+1 |
* | Back out some of the wmem conversions (r50063 and r50057). | Evan Huus | 2013-06-20 | 3 | -44/+44 |
* | Add some missing wmem includes that apparently only show up on Windows. | Evan Huus | 2013-06-19 | 2 | -0/+2 |
* | Apparently one of our major global headers must include emem.h, because I just | Evan Huus | 2013-06-19 | 24 | -82/+91 |
* | Convert the rest of the ASN1 dissectors from emem to wmem. | Evan Huus | 2013-06-19 | 9 | -56/+54 |
* | Convert a batch of asn1 dissectors from emem to wmem. | Evan Huus | 2013-06-19 | 5 | -21/+20 |
* | Remove traling whitespace. | Jörg Mayer | 2013-06-19 | 2 | -20/+20 |
* | Fet rid of a global variable | Pascal Quantin | 2013-06-19 | 2 | -12/+17 |
* | Get rid of global variables | Pascal Quantin | 2013-06-19 | 2 | -21/+23 |