aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-10-20Get rid of calls to ctype.h functions.Guy Harris30-209/+114
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris19-26/+0
2014-10-20Check if mask_greatest_bit_offset is within limits.Stig Bjørlykke1-1/+1
2014-10-20Eliminate proto_tree_add_text from packet-cdp.cMichael Mann1-251/+245
2014-10-19Eliminate use of ctype.h routines.Guy Harris2-4/+6
2014-10-19Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann12-312/+20
2014-10-19[Automatic manuf, services and enterprise-numbers update for 2014-10-19]Gerald Combs2-11/+171
2014-10-19TDS: Make buildbot happyAlexis La Goutte1-1/+1
2014-10-19packet-amqp.c: Temporary/preliminary fix for Bug #10582 (crash)Bill Meier1-0/+10
2014-10-19Eliminate proto_tree_add_text from packet-tds.cMichael Mann1-111/+175
2014-10-19Eliminate proto_tree_add_text from packet-smpp.cMichael Mann1-62/+57
2014-10-19Eliminate proto_tree_add_text from packet-nhrp.cMichael Mann1-66/+46
2014-10-19Eliminate proto_tree_add_text from packet-ismp.cMichael Mann1-168/+177
2014-10-19Eliminate proto_tree_add_text from packet-arp.cMichael Mann3-58/+72
2014-10-19Eliminate proto_tree_add_text from packet-ipx.cMichael Mann3-103/+116
2014-10-19Eliminate proto_tree_add_text from packet-igrp.cMichael Mann1-16/+61
2014-10-18Lua: Added ProtoField.noneStig Bjørlykke1-2/+11
2014-10-18IPv6: QuickStart option Nonce is read incorrectlyAlexis La Goutte1-4/+2
2014-10-18MIPv6: Mobility Option Mobile Node Link Layer Identifier Link-layer Identifie...Alexis La Goutte1-1/+1
2014-10-18MIPv6: Mobility Option Binding Authorization Data for FMIPv6 Authenticator fi...Alexis La Goutte1-1/+1
2014-10-18MIPv6: Mobility Option IPv6 Address/Prefix marks too many bytes for the addre...Alexis La Goutte1-1/+19
2014-10-18GSM(_a_rr): Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-10-18Converted numerous proto_tree_add_none_format() calls for bitmask/flag items ...David Ameiss5-1479/+1181
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris3-21/+18
2014-10-18Check for printable ASCII in an ENBName.Guy Harris1-13/+12
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris5-5/+0
2014-10-17Don't use ctype.h routines.Guy Harris8-55/+46
2014-10-17SGsAP Update to V12.6.0 except for IE TMSI based NRI container.AndersBroman2-8/+62
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman1-51/+71
2014-10-17Remove unnecessary include of <ctype.h>.Guy Harris1-1/+0
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris1-6/+5
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris2-3/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-2/+9
2014-10-17Don't use <ctype.h> macros.Guy Harris4-7/+3
2014-10-17No need for our own wrappers around tolower() and toupper().Guy Harris1-20/+3
2014-10-16Use g_ascii_isalnum() rather than isalnum().Guy Harris1-3/+2
2014-10-16Just have get_mac_lte_rapid_description() return the description string.Guy Harris1-16/+12
2014-10-16Make sort_alphabet() not fail too badly with characters in [128,255].Guy Harris1-4/+8
2014-10-16use supported/unsupported for the bitfield elementsMartin Kaiser1-24/+24
2014-10-16smartcard descriptor: start a bitfield for the featuresMartin Kaiser1-2/+23
2014-10-16GTPv2 in Complete Request Message call the NAS dissector with a tvb onlyAndersBroman1-2/+2
2014-10-16Oops, I missed one "cast a char to int and use it as a subscript" case.Guy Harris1-1/+1
2014-10-16Better fix - just check that the upper and lower nibbles are >= 0xA.Guy Harris1-17/+5
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+1
2014-10-16Fix some more "char is unsigned" issues, and a possible "char is signed" one.Guy Harris2-8/+8
2014-10-16Fix issues in some ARM compilers, due to char being unsigned?Guy Harris1-8/+17
2014-10-16ETSI CAT: fix a typo and remove deprecated API callPascal Quantin1-14/+14
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann7-296/+279
2014-10-15IPv6: Calipso option length is not used properlyAlexis La Goutte1-2/+2