aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e164.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-31E.164: display country_code as decimal not hexLuke Mewburn1-366/+428
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-82/+92
2014-09-01Use a common hf for international E164 numbers (MSISDN).AndersBroman1-1/+7
2014-08-27E.164: update list to Operational Bulletin No. 1057 (1.VIII.2014)Pascal Quantin1-1/+6
2014-08-22Decode the 3GPP MSISDN AVP using the E.164 routines.Jeff Morriss1-4/+15
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-102/+163
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-11/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-20Remove non-ASCII characters causing checkAPI failuresEvan Huus1-1/+1
2013-10-19Update ITU E.164 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-308/+313
2013-04-02Use extended value stringsPascal Quantin1-46/+48
2013-04-02Update E.164 dissection to ITU Operational Bulletin No. 991Pascal Quantin1-219/+272
2013-04-02From Vineeth via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8450 :Pascal Quantin1-2/+4
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-04-27Put the length of the country code in parenthesis (for readability).Jeff Morriss1-1/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-01-09dissect_e164_cc(): when the address is BCD coded, don't increment cc_offset j...Jeff Morriss1-130/+129
2007-10-17Properly decode "South Africa"Jaap Keuter1-1/+1
2007-01-09Implement COMPLEMENT TO ITU-T RECOMMENDATION E.164 (02/2005):Jaap Keuter1-23/+34
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-03Add dissection of country code if number is in international format and Numbe...Anders Broman1-0/+174
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+433