aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Android: Add ADB dissectorMichal Labedzki6-622/+1884
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann2-12/+12
2014-10-22libnghttp2: Update to 0.6.4Alexis La Goutte8-355/+815
2014-10-21Fix the condition for an expert infoMichael Tüxen1-3/+3
2014-10-21fix wrong offset for ID Capability Flags 1Martin Kaiser1-1/+1
2014-10-21tn5220: prevent another potential endless loopMartin Kaiser1-1/+6
2014-10-21no need for if(tree)Martin Kaiser1-8/+4
2014-10-21no need for continue at the end of a while loop, we loop anywayMartin Kaiser1-1/+0
2014-10-21Add OID callback for private IEs making it possible to call a dissectorAndersBroman1-80/+98
2014-10-21Add OID dissector table for PER based dissection.AndersBroman2-2/+53
2014-10-21Handle an hfindex of -1.Guy Harris1-10/+10
2014-10-21Fix the earlier checkin.Guy Harris1-3/+3
2014-10-21Fix a number of what appear to be errors.Guy Harris1-8/+63
2014-10-20kafka: summarize number of messages in a setEvan Huus1-0/+3
2014-10-20Proto: Fixed proto_unregister_field()Stig Bjørlykke1-4/+4
2014-10-20tn5250: fix an endless loop, exit when offset is not incrementedMartin Kaiser1-0/+2
2014-10-20kafka: compression codec is unsignedEvan Huus1-1/+1
2014-10-20Don't use toupper() in the test program.Guy Harris1-1/+1
2014-10-20Get rid of another toupper() call in favor of g_ascii_toupper().Guy Harris1-1/+1
2014-10-20And some more comment cleanup.Guy Harris1-2/+2
2014-10-20More comment cleanup.Guy Harris2-6/+7
2014-10-20Clean up some comments.Guy Harris1-3/+2
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