aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
Commit message (Expand)AuthorAgeFilesLines
* Add address_to_bytes API.Michael Mann2016-06-221-0/+2
* Move AT_VINES address type to VINES dissector.Michael Mann2016-06-221-1/+0
* Move AT_USB to inside USB dissector.Michael Mann2016-06-221-2/+0
* Convert AT_SS7PC to a "dissector address type"Michael Mann2016-06-131-1/+0
* Handle zero-length addresses in cmp_address().Guy Harris2016-06-121-0/+8
* Add checks to address setting routines.Guy Harris2016-06-121-14/+33
* If setting an address from a tvb and the address length is 0, the address sho...Michael Mann2016-03-271-1/+4
* Clamp down on address data structure usage and AT_NONE semanticsJoão Valverde2016-03-181-7/+7
* Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde2016-02-261-33/+105
* iso14443: verify the CRC of all messagesMartin Kaiser2016-02-131-1/+4
* Revert "Add free_address_wmem() and other extensions to address API"João Valverde2016-02-081-99/+33
* Add free_address_wmem() and other extensions to address APIJoão Valverde2016-02-071-33/+99
* Remaining ADDRESS macro to address function conversionsJoão Valverde2015-11-031-15/+21
* Remove ADDRESS macros and just have their lower-case equivalents.Michael Mann2015-10-241-8/+1
* Add the WLAN statistics dialog.Gerald Combs2015-08-201-0/+19
* Added TDMoP protocol dissectorAndrew Chernyh2015-08-191-1/+2
* Don't copy zero bytes of data.Guy Harris2015-07-141-2/+4
* Address.h : fix api reference warningAlexis La Goutte2015-04-291-0/+1
* Add fixed length function for address types.Michael Mann2015-02-091-3/+0
* Eliminate the hf member out of the address structure.Michael Mann2015-02-091-46/+7
* Add "column filter string" support to address types.Michael Mann2015-02-091-3/+0
* Add address type registration.Michael Mann2015-02-091-9/+4
* Update a commentPascal Quantin2015-01-161-2/+2
* SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann2015-01-161-6/+6
* Create FT_FCWWN field type.Michael Mann2014-12-281-0/+1
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-31/+31
* Fix the SET_ADDRESS_HF() macro.Guy Martin2014-05-201-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix const warnings.Jakub Zawadzki2013-12-141-1/+1
* Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki2013-12-081-1/+1
* ../../epan/address.h:63:17: warning: comma at end of enumerator list [-pedantic]Anders Broman2013-12-081-1/+1
* Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann2013-12-061-1/+3
* Fix warning: argument 'out/in' of command @param is not found in the argument...Alexis La Goutte2013-12-031-2/+2
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-12-021-28/+28
* Switch the inline functions that use tvbuffs and emem back to macros.Gerald Combs2013-09-171-33/+17
* address_equal → addresses_equal. Switch from address macros to functionsGerald Combs2013-09-161-2/+2
* Convert each of the address.h macros to inline functions. Gerald Combs2013-09-161-109/+208
* Add the new hash algorithm to the macro we were already using. Create aEvan Huus2013-09-151-0/+2
* Remove epan.h from ftypes.h, address.h and tpg.h,Jörg Mayer2013-09-131-1/+0
* Add modelines, use consistent indentation in address.hEvan Huus2013-09-071-127/+150
* From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2013-03-281-1/+2
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-071-1/+1
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-021-2/+2
* a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser2013-02-051-1/+1
* When copying addresses, also copy the (new) hf field.Jeff Morriss2012-12-181-0/+11
* Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss2012-12-021-2/+30
* Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus2012-10-261-1/+10
* Revert revision 44921.Evan Huus2012-10-261-14/+0
* Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).Guy Harris2012-10-231-0/+1
* Add an AT_ value for 802.15.4 short addresses.Guy Harris2012-10-231-20/+21