aboutsummaryrefslogtreecommitdiffstats
path: root/epan/address.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Add address_to_bytes API.Michael Mann1-0/+2
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann1-1/+0
2016-06-22Move AT_USB to inside USB dissector.Michael Mann1-2/+0
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-1/+0
2016-06-12Handle zero-length addresses in cmp_address().Guy Harris1-0/+8
2016-06-12Add checks to address setting routines.Guy Harris1-14/+33
2016-03-27If setting an address from a tvb and the address length is 0, the address sho...Michael Mann1-1/+4
2016-03-18Clamp down on address data structure usage and AT_NONE semanticsJoão Valverde1-7/+7
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-33/+105
2016-02-13iso14443: verify the CRC of all messagesMartin Kaiser1-1/+4
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-99/+33
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-33/+99
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-15/+21
2015-10-24Remove ADDRESS macros and just have their lower-case equivalents.Michael Mann1-8/+1
2015-08-20Add the WLAN statistics dialog.Gerald Combs1-0/+19
2015-08-19Added TDMoP protocol dissectorAndrew Chernyh1-1/+2
2015-07-14Don't copy zero bytes of data.Guy Harris1-2/+4
2015-04-29Address.h : fix api reference warningAlexis La Goutte1-0/+1
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