aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-07-29Pick up some fixes and enhancements fromGerald Combs2-20/+21
2005-07-29some more ememification of tvb_get_string()Ronnie Sahlberg1-15/+6
2005-07-29Suggest that perhaps displaying chunks in the chunked encoding with theGuy Harris1-0/+7
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itGuy Harris1-4/+7
2005-07-29If we do reassembly and hand the packet to the dissector, and theGuy Harris2-8/+24
2005-07-29Constify some variables, functions, and structure members to squelchGuy Harris2-5/+6
2005-07-29Constify some variables and arguments to squelch compiler warnings.Guy Harris1-3/+3
2005-07-29Include <epan/emem.h> to declare ep_alloc().Guy Harris1-0/+1
2005-07-29Cast away some (otherwise unremovable, and harmless, in this case)Guy Harris1-4/+4
2005-07-28more emeification of tvb_get_string()Ronnie Sahlberg2-9/+4
2005-07-28ememify some more calls to tvb_get_string()Ronnie Sahlberg4-8/+4
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg9-27/+11
2005-07-28ememify some more tvb_get_string() callsRonnie Sahlberg3-27/+11
2005-07-28ememify the tvb_get_string() and tvb_fake_unicode() calls in tdsRonnie Sahlberg1-35/+22
2005-07-28add an ep version of tvb_fake_unicode()Ronnie Sahlberg2-0/+44
2005-07-28packet_ber has for some time been doing sanity checking of the BER Length fieldsRonnie Sahlberg2-5/+5
2005-07-28char -> const char warning fixesJörg Mayer16-149/+144
2005-07-28Warning fixesJörg Mayer1-1/+1
2005-07-27Squelch another qualifier warning.Guy Harris1-1/+1
2005-07-27As Guy mentioned: last patch replaced one occurrence too many,Jörg Mayer1-1/+1
2005-07-27The variable encrypt collides with the declaration in <unistd.h> onJörg Mayer1-6/+6
2005-07-27Move preference initialization to its own routine and make sure it gets runGerald Combs1-145/+157
2005-07-27Revert my previous patch - something else was seriously screwed upJörg Mayer1-2/+0
2005-07-27gcc-4.0 (GCC) 4.0.2 20050720 (prerelease) (SUSE Linux)Jörg Mayer1-0/+2
2005-07-27The latest patch used the fieldsJörg Mayer1-1/+3
2005-07-27Ankur Aggarwal:Jörg Mayer1-63/+424
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer9-645/+443
2005-07-27Squelch another const warning.Guy Harris1-1/+1
2005-07-27*Removing* an include is usally not the right way of removing warnings;Guy Harris1-1/+1
2005-07-27Remove two warningsLuis Ontanon1-3/+3
2005-07-26Rewrite of MAP_dialouge asn1 code, export and use of functions from gsm_map.Anders Broman4-211/+151
2005-07-26Fixes from Gisle Vanem.Gerald Combs1-2/+2
2005-07-26new functions:Luis Ontanon5-3/+136
2005-07-26add "BadOutOfService" quality codeUlf Lamping1-0/+1
2005-07-26Don't add a new data source if we don't have any data.Gerald Combs1-1/+1
2005-07-26add iFCP ELS UNBIND dissectionRonnie Sahlberg2-5/+57
2005-07-26From Maynard, Chris :Anders Broman6-70/+71
2005-07-26Get rid of an unused variable.Anders Broman1-1/+0
2005-07-26From Hannes Gredler:Anders Broman1-65/+286
2005-07-26add decoding of ELS iFCP CBIND packetsRonnie Sahlberg2-0/+101
2005-07-26char -> const char warning fixesJörg Mayer19-43/+43
2005-07-26From fred hoekstraRonnie Sahlberg2-0/+1580
2005-07-26iFCP uses one dedicated TCP session per fc-endpoint pair.Ronnie Sahlberg3-13/+44
2005-07-25Avoid leaking tap info by using emem allocatorsLuis Ontanon1-24/+13
2005-07-25From Thomas Anders:Luis Ontanon3-4/+205
2005-07-25From Ronnie: Offset checking/handling fix.Gerald Combs1-31/+29
2005-07-25from abooRonnie Sahlberg1-13/+13
2005-07-25Warning fixesJörg Mayer3-12/+12
2005-07-25From Morro Roberto :Anders Broman2-55/+177
2005-07-25Get rid of a unused variableLuis Ontanon1-1/+0