| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't print non-printable characters in AX.25 addresses.
| Jeff Morriss | 2014-09-11 | 1 | -2/+7 |
* | Get rid of some uses of tvb_get_ptr(). | Guy Harris | 2014-05-15 | 1 | -0/+7 |
* | Don't se_ allocate strings when mapping addresses to column strings. | Guy Harris | 2014-04-19 | 1 | -11/+0 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix all -fstrict-alias warnings found by gcc 4.1.2 | Gilbert Ramirez | 2014-02-03 | 1 | -0/+17 |
* | Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as the | Guy Harris | 2014-01-14 | 1 | -2/+2 |
* | Fix indentation. | Guy Harris | 2013-12-20 | 1 | -1/+1 |
* | Rename a couple of to_str functions to have ep_ in the name. This makes it | Evan Huus | 2013-12-19 | 1 | -6/+6 |
* | Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ... | Michael Mann | 2013-12-06 | 1 | -0/+8 |
* | Rename some of pint.h macros to match common style (bits number on the end). | Jakub Zawadzki | 2013-11-29 | 1 | -6/+6 |
* | Implement address_to_str which is like ep_address_to_str and se_address_to_str | Evan Huus | 2013-11-23 | 1 | -0/+11 |
* | Remove old (2009) and no-longer-necessary compatibility macro. | Evan Huus | 2013-11-23 | 1 | -1/+1 |
* | Put "private" to_str.c functions to to_str-int.h | Jakub Zawadzki | 2013-11-09 | 1 | -8/+1 |
* | Fix indent (use 4 spaces) And add modelines info | Alexis La Goutte | 2013-08-27 | 1 | -328/+340 |
* | Move a bunch of the crypt modules and pint.h into wsutil. | Jeff Morriss | 2013-08-01 | 1 | -15/+15 |
* | There are many types that eventually turn into "signed byte"; for calls | Guy Harris | 2013-07-21 | 1 | -1/+1 |
* | Fix | Jörg Mayer | 2013-07-21 | 1 | -1/+1 |
* | From beroset: | Anders Broman | 2013-03-15 | 1 | -24/+24 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 1 | -7/+7 |
* | Add an AT_ value for 802.15.4 short addresses. | Guy Harris | 2012-10-23 | 1 | -0/+8 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Move the AX.25 address routines to address_to_str.c, where they belong; | Guy Harris | 2012-08-02 | 1 | -0/+24 |
* | From Richard Stearn: support for AX.25, including support for | Guy Harris | 2012-08-02 | 1 | -0/+7 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Attempt to squelch some compiler warnings. | Guy Harris | 2011-06-16 | 1 | -1/+3 |
* | Please don't use prohibited APIs in new code: | Stig Bjørlykke | 2011-06-14 | 1 | -1/+1 |
* | Cast away some warnings about alignment; ep_alloc() guarantees | Guy Harris | 2011-05-16 | 1 | -1/+1 |
* | Add FT_EUI64 Field Type | Alexis La Goutte | 2011-05-08 | 1 | -0/+31 |
* | Add note about ::/96 being deprecated. | Jakub Zawadzki | 2011-05-06 | 1 | -0/+23 |
* | Fix false positive compiler warnings: | Jakub Zawadzki | 2011-05-05 | 1 | -5/+6 |
* | Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti... | Jakub Zawadzki | 2011-05-05 | 1 | -9/+92 |
* | Subtract (not add!) preamble length from remaining buffer length. | Jakub Zawadzki | 2011-05-05 | 1 | -2/+3 |
* | Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVB | Jeff Morriss | 2011-02-11 | 1 | -2/+2 |
* | Introduce, and start using, tvb_eth_to_str(). | Jeff Morriss | 2011-01-21 | 1 | -0/+6 |
* | Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): these | Jeff Morriss | 2011-01-16 | 1 | -0/+12 |
* | Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). These | Jeff Morriss | 2011-01-13 | 1 | -1/+23 |
* | From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 : | Jeff Morriss | 2010-11-17 | 1 | -0/+17 |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -2/+2 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-03 | 1 | -2/+2 |
* | From Jakub Zawadzki: split off the address-to-string functions, except | Guy Harris | 2010-02-27 | 1 | -0/+406 |