aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-25add a section about the Developer's GuideUlf Lamping1-0/+10
2005-07-25as the buildbot is updated now:Ulf Lamping1-5/+6
2005-07-25packet-http.c(484) : warning C4101: 'i' : unreferenced local variableUlf Lamping2-3/+2
2005-07-24Fix indentation.Guy Harris1-1/+1
2005-07-24make the default to not use the /SOLID switch for SetCompressor, so buildbot ...Ulf Lamping1-2/+4
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping2-2/+2
2005-07-24Break out of another infinite loop. Fixes bug 293.Gerald Combs1-0/+5
2005-07-24Fix some typoes.Guy Harris2-147/+243
2005-07-24Fix a typo.Michael Tüxen1-1/+1
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris39-123/+125
2005-07-24"fragment_add_common()" isn't used outside this file - make it static.Guy Harris1-47/+44
2005-07-24from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping2-49/+63
2005-07-24Update to zlib 1.2.3Ulf Lamping2-1/+5
2005-07-24Update to zlib 1.2.3Ulf Lamping1-2/+2
2005-07-24Lars Ruoff:Jörg Mayer1-2/+8
2005-07-24Register the port range preferences as such, rather than doing our ownGuy Harris1-223/+95
2005-07-24register the dissector by nameLuis Ontanon1-1/+1
2005-07-24Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andGuy Harris4-10/+39
2005-07-24some more ep_tvb_get_string updatesRonnie Sahlberg6-57/+28
2005-07-24Autogenerate the sminmpec.c file from iana's enterprise-numbers fileLuis Ontanon5-87/+93657
2005-07-24fix a leak of tap info data by replacing g_strdup with ep_strdupLuis Ontanon1-3/+4
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg7-36/+17
2005-07-24use ep_alloc instead of statically allocated buffersLuis Ontanon1-2/+6
2005-07-24change g_strdup() calls with ep_strdup calls (fixing a significant leakage of...Luis Ontanon1-16/+15
2005-07-24- change the report_failure dialog for a less painful g_warningLuis Ontanon2-17/+19
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg11-59/+24
2005-07-24Replace two calls to tvb_get_string with the new ep_tvb_get_string (this fixe...Luis Ontanon1-31/+2
2005-07-24Remove the isup messages tap as it's been superceeded by the stats_tree oneLuis Ontanon2-422/+0
2005-07-24addRonnie Sahlberg2-0/+37
2005-07-24From Alejandro Vaquero:Luis Ontanon1-1/+4
2005-07-24move the stats_tree tap into the http dissector (not anymore in the plugin)Luis Ontanon1-73/+244
2005-07-24http_stats_tree is moving to a new home (packet-http.c)Luis Ontanon4-267/+3
2005-07-24remove the old http packet count tap as it has been superceeded by the new st...Luis Ontanon2-523/+0
2005-07-24I believe we should use DISSECTOR_ASSERT instead of g_assert.Luis Ontanon1-11/+7
2005-07-24add some utility functions that use ep_alloc instead of g_malloc.Luis Ontanon2-0/+71
2005-07-23... I should switch compression back on, the installer would otherwise become...Ulf Lamping1-1/+1
2005-07-23Installer:Ulf Lamping7-124/+793
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer46-176/+186
2005-07-23'char*' -> 'const char*' to fix warningsJörg Mayer1-38/+41
2005-07-23Some more 'char*' -> 'const char*' changesJörg Mayer2-2/+2
2005-07-23Add includes to fix warnings of typeJörg Mayer2-0/+2
2005-07-23Move declaration of sttype_register_* functions fromJörg Mayer2-7/+7
2005-07-23Move declaration of void ftype_register_* to ftypes-int.h.Jörg Mayer3-15/+15
2005-07-23Fix lots of warnings of type:Jörg Mayer1-1/+1
2005-07-23avoid a crash when tree is nullLuis Ontanon1-1/+2
2005-07-23ICMP MPLS updates and a new preference option fromRonnie Sahlberg1-7/+32
2005-07-23add back two entries that must have been removed by mistakeRonnie Sahlberg1-0/+2
2005-07-23we no longer need to g_free() teh string returned by dissect_rpc_string.Ronnie Sahlberg5-51/+1
2005-07-22include stdlib instead of malloc.h Ronnie Sahlberg1-1/+1
2005-07-22recode tvb_memdup() into more efficient emem fucntions.Ronnie Sahlberg1-25/+17