aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Add fixed length function for address types.Michael Mann1-3/+0
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-46/+7
2015-02-09Add "column filter string" support to address types.Michael Mann1-3/+0
2015-02-09Add address type registration.Michael Mann1-9/+4
2015-01-16Update a commentPascal Quantin1-2/+2
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-6/+6
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-31/+31
2014-05-20Fix the SET_ADDRESS_HF() macro.Guy Martin1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix const warnings.Jakub Zawadzki1-1/+1
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki1-1/+1
2013-12-08../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]Anders Broman1-1/+1
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann1-1/+3
2013-12-03Fix warning: argument 'out/in' of command @param is not found in the argument...Alexis La Goutte1-2/+2
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-28/+28
2013-09-17Switch the inline functions that use tvbuffs and emem back to macros.Gerald Combs1-33/+17
2013-09-16address_equal → addresses_equal. Switch from address macros to functionsGerald Combs1-2/+2
2013-09-16Convert each of the address.h macros to inline functions. Gerald Combs1-109/+208
2013-09-15Add the new hash algorithm to the macro we were already using. Create aEvan Huus1-0/+2
2013-09-13Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer1-1/+0
2013-09-07Add modelines, use consistent indentation in address.hEvan Huus1-127/+150
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+2
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-1/+1
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-2/+2
2013-02-05a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser1-1/+1
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-0/+11
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-2/+30
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+10
2012-10-26Revert revision 44921.Evan Huus1-14/+0
2012-10-23Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).Guy Harris1-0/+1
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris1-20/+21
2012-09-24Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator li...Anders Broman1-1/+1
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-0/+14
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-1/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-01From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=68...Jeff Morriss1-1/+2
2010-11-17From Slava via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5335 :Jeff Morriss1-5/+8
2010-05-13Fix up some indentationJeff Morriss1-3/+3
2008-08-12From Alexey Neyman:Anders Broman1-1/+2
2007-04-26Make ADD_ADDRESS_TO_HASH() take a pointer to an address as an argument,Guy Harris1-2/+2
2007-04-26Use the right local variable.Guy Harris1-1/+1
2007-04-26Add missing backslash.Guy Harris1-1/+1
2007-04-26Rename HASH_ADDRESS to ADD_ADDRESS_TO_HASH, to make it clearer what itGuy Harris1-9/+9
2007-04-26Add a macro for hashing the bytes of an address into a hash value.Guy Harris1-0/+13
2007-04-25Some types of addresses are data structures; make the address dataGuy Harris1-2/+2
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-04-10new SE_COPY_ADDRESS macroTomas Kukosa1-0/+11
2007-01-18PutGuy Harris1-1/+8
2006-10-15add a new port type for usb endpointsRonnie Sahlberg1-1/+2