| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the SET_ADDRESS_HF() macro. | Guy Martin | 2014-05-20 | 1 | -1/+1 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix const warnings. | Jakub Zawadzki | 2013-12-14 | 1 | -1/+1 |
* | Fix some warnings: cast discards `__attribute__((const))' qualifier from poin... | Jakub Zawadzki | 2013-12-08 | 1 | -1/+1 |
* | ../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic] | Anders Broman | 2013-12-08 | 1 | -1/+1 |
* | Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ... | Michael Mann | 2013-12-06 | 1 | -1/+3 |
* | Fix warning: argument 'out/in' of command @param is not found in the argument... | Alexis La Goutte | 2013-12-03 | 1 | -2/+2 |
* | Fix (-W)documentation error found by Clang | Alexis La Goutte | 2013-12-02 | 1 | -28/+28 |
* | Switch the inline functions that use tvbuffs and emem back to macros. | Gerald Combs | 2013-09-17 | 1 | -33/+17 |
* | address_equal → addresses_equal. Switch from address macros to functions | Gerald Combs | 2013-09-16 | 1 | -2/+2 |
* | Convert each of the address.h macros to inline functions. | Gerald Combs | 2013-09-16 | 1 | -109/+208 |
* | Add the new hash algorithm to the macro we were already using. Create a | Evan Huus | 2013-09-15 | 1 | -0/+2 |
* | Remove epan.h from ftypes.h, address.h and tpg.h, | Jörg Mayer | 2013-09-13 | 1 | -1/+0 |
* | Add modelines, use consistent indentation in address.h | Evan Huus | 2013-09-07 | 1 | -127/+150 |
* | From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=... | Evan Huus | 2013-03-28 | 1 | -1/+2 |
* | From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : | Pascal Quantin | 2013-03-07 | 1 | -1/+1 |
* | From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : | Pascal Quantin | 2013-03-02 | 1 | -2/+2 |
* | a DVB-CI session number is not globally unique, it's only unique per | Martin Kaiser | 2013-02-05 | 1 | -1/+1 |
* | When copying addresses, also copy the (new) hf field. | Jeff Morriss | 2012-12-18 | 1 | -0/+11 |
* | Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). They | Jeff Morriss | 2012-12-02 | 1 | -2/+30 |
* | Create SET_ADDRESS_HF that takes an additional hf_ value that can be | Evan Huus | 2012-10-26 | 1 | -1/+10 |
* | Revert revision 44921. | Evan Huus | 2012-10-26 | 1 | -14/+0 |
* | Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64). | Guy Harris | 2012-10-23 | 1 | -0/+1 |
* | Add an AT_ value for 802.15.4 short addresses. | Guy Harris | 2012-10-23 | 1 | -20/+21 |
* | Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator li... | Anders Broman | 2012-09-24 | 1 | -1/+1 |
* | From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728 | Evan Huus | 2012-09-15 | 1 | -0/+14 |
* | From Richard Stearn: support for AX.25, including support for | Guy Harris | 2012-08-02 | 1 | -1/+2 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=68... | Jeff Morriss | 2012-03-01 | 1 | -1/+2 |
* | From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 : | Jeff Morriss | 2010-11-17 | 1 | -5/+8 |
* | Fix up some indentation | Jeff Morriss | 2010-05-13 | 1 | -3/+3 |
* | From Alexey Neyman: | Anders Broman | 2008-08-12 | 1 | -1/+2 |
* | Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument, | Guy Harris | 2007-04-26 | 1 | -2/+2 |
* | Use the right local variable. | Guy Harris | 2007-04-26 | 1 | -1/+1 |
* | Add missing backslash. | Guy Harris | 2007-04-26 | 1 | -1/+1 |
* | Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what it | Guy Harris | 2007-04-26 | 1 | -9/+9 |
* | Add a macro for hashing the bytes of an address into a hash value. | Guy Harris | 2007-04-26 | 1 | -0/+13 |
* | Some types of addresses are data structures; make the address data | Guy Harris | 2007-04-25 | 1 | -2/+2 |
* | Add some GCC warnings to the standard set, and add some others to the | Guy Harris | 2007-04-23 | 1 | -1/+1 |
* | new SE_COPY_ADDRESS macro | Tomas Kukosa | 2007-04-10 | 1 | -0/+11 |
* | Put | Guy Harris | 2007-01-18 | 1 | -1/+8 |
* | add a new port type for usb endpoints | Ronnie Sahlberg | 2006-10-15 | 1 | -1/+2 |
* | create a new address type AT_USB and start populating the packet list | Ronnie Sahlberg | 2006-10-14 | 1 | -1/+3 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -3/+3 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Add TIPC address as address type and use it in TIPC. | Anders Broman | 2005-12-01 | 1 | -2/+4 |
* | Add circuit ID BICC_CIC | Anders Broman | 2005-11-30 | 1 | -3/+4 |
* | Preparations for h223 | Anders Broman | 2005-10-04 | 1 | -1/+2 |
* | Francesco Fondelli; Add dcp support | Jörg Mayer | 2005-09-20 | 1 | -0/+1 |
* | Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness" | Guy Harris | 2005-07-07 | 1 | -1/+1 |