summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-19This appears to be clean with my build; see if it needs work with others.Guy Harris1-6/+3
2014-10-19Eliminate a use of a ctype.h function.Guy Harris1-2/+1
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 Combs4-12/+206
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-19PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-5/+0
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-18Add support for split wiphy dump to Wireless ToolbarMikael Kanstrup3-24/+126
2014-10-18Use proto_tree_add_expert_format instead of proto_tree_add_textHannes Mezger1-12/+16
2014-10-18Converted numerous proto_tree_add_none_format() calls for bitmask/flag items ...David Ameiss5-1479/+1181
2014-10-18Add URL to a description of the attributesJoerg Mayer1-2/+10
2014-10-18Commit 54b733ce9a0d1cd4ab9b142479368a5e696360be broke compilation ofJoerg Mayer1-15/+18
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris6-24/+18
2014-10-18Check for printable ASCII in an ENBName.Guy Harris3-19/+17
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris3-3/+0
2014-10-17Get rid of some no-longer-necessary casts.Guy Harris1-4/+4
2014-10-17Don't use ctype.h routines.Guy Harris5-13/+8
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-17strptime.c needs ctype.h.Guy Harris1-0/+1
2014-10-17Get rid of unnecessary include of ctype.h.Guy Harris1-1/+0
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris4-5/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+1
2014-10-17Get rid of unused includes of <ctype.h>.Guy Harris2-2/+0
2014-10-17Don't use ctype.h routines.Guy Harris8-47/+39
2014-10-17Use proto_tree_add_bitmask for ExpandedNodeId EncodingMaskHannes Mezger1-9/+16
2014-10-17SGsAP Update to V12.6.0 except for IE TMSI based NRI container.AndersBroman2-8/+62
2014-10-17Add argument 'packet_info *pinfo' to all dissecting functionsHannes Mezger15-1623/+1624
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman3-51/+90
2014-10-17isdigit -> g_ascii_isdigit to make the build work.AndersBroman1-1/+1
2014-10-17Eliminate include of <ctype.h>.Guy Harris1-11/+0
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris14-18/+0
2014-10-17Use g_ascii_isspace() instead of isascii() && isspace().Guy Harris1-2/+1
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris4-9/+5
2014-10-17Remove unnecessary include of <ctype.h>.Guy Harris1-1/+0