aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer41-81/+236
2005-07-10For packets flagged as RetransmissionRonnie Sahlberg1-0/+73
2005-07-10It works reasonably well with extensive testing so here goes :Ronnie Sahlberg1-249/+304
2005-07-09MSVC: fix some guint64 related compiler errorsUlf Lamping1-6/+12
2005-07-09MSVC: fix some guint64 related compiler warnings, could someone please review...Ulf Lamping2-2/+6
2005-07-09Make a bunch of items in encryption code arrays of guint8, and make someGuy Harris4-21/+21
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris19-86/+118
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris29-86/+80
2005-07-09MAC addresses are arrays of bytes, not strings; make the destination MACGuy Harris1-4/+3
2005-07-09Find the BitTorrent dissector immediately after registering it, and saveGuy Harris1-15/+16
2005-07-09Use "tvb_get_string()" rather than duplicating its functionality byGuy Harris1-10/+4
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping19-66/+71
2005-07-08Update the EDG screenshots to reflect the latest Ethereal GUI changesUlf Lamping27-1/+1
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman2-102/+1767
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman3-13/+13
2005-07-08Fix a crash reported by Jeff Morris.Michael Tüxen1-1/+2
2005-07-08Make the counters in the summary 64-bit, so they don't overflow onGuy Harris2-6/+6
2005-07-08Get rid of most unused arguments and variables (including some that areGuy Harris1-48/+32
2005-07-08Make nettl file header items containing strings "gchar", to squelchGuy Harris1-5/+5
2005-07-07make the packets/bytes counters 64bit integers to not wrap when using really ...Ronnie Sahlberg4-38/+38
2005-07-07Make sure "which" is present before we verify our tools. Add "env" toGerald Combs4-2/+6
2005-07-07Add parlay.dll and tango.dll to the installer.Anders Broman2-0/+4
2005-07-07avoid few warnings from asn2eth compilerTomas Kukosa2-3/+1
2005-07-07Squelch a compiler pointer vs. integer warning - NULL is for pointers,Guy Harris1-1/+1
2005-07-07Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"Guy Harris2-7/+3
2005-07-07Explicitly initialize all the elements of a voip_calls_tapinfo_t, toGuy Harris1-1/+1
2005-07-06Fix a spelling error.Guy Harris1-2/+2
2005-07-06more usage of #.FN_PARS directive and usage of DEFAULT_BODY parameterTomas Kukosa2-41/+41
2005-07-06- #.FN_PARS implemented for BOOLEANTomas Kukosa1-13/+12
2005-07-05Replace Chris Lydick by Robert Long as Author of the Sniffer 2.003 support patchJörg Mayer1-1/+1
2005-07-05fix *several* dissector bugs, found by private fuzz-testsUlf Lamping1-1/+43
2005-07-05new directives #.PDU_NEW and #.REGISTER_NEW creating and registering PDU diss...Tomas Kukosa1-16/+32
2005-07-05Call proto_tree_add_guid_hidden() for an FT_GUID value. Fixes bugs 274,Gerald Combs3-4/+4
2005-07-05Don't crash if we're handed a zero-length fragment. Fixes bug 272. AlthoughGerald Combs1-2/+3
2005-07-05more usage of #.FN_PARSTomas Kukosa1-8/+5
2005-07-05- #.FN_PARS support for ENUMERATED typeTomas Kukosa1-27/+27
2005-07-05GUID lowercase form seems to be preferredTomas Kukosa1-1/+1
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
2005-07-05From Alejandro VaqueroAnders Broman5-44/+118
2005-07-05From : David FrasconeAnders Broman1-2/+26
2005-07-05From Ainsley Pereira:Anders Broman1-1/+2
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer servi...Anders Broman2-4/+50
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer servi...Anders Broman3-128/+291
2005-07-04usage of FT_GUID field type in H.225 dissectorTomas Kukosa2-7/+8
2005-07-04export of proto_tree_add_guid...() functionsTomas Kukosa1-0/+3
2005-07-04new field type FT_GUIDTomas Kukosa7-1/+217
2005-07-04- use tvb instead of offset and length in dissect_per_octet_string() for valu...Tomas Kukosa18-423/+441
2005-07-04add a link to special documentationUlf Lamping1-0/+1
2005-07-04Mark stub data as such if no dissector claims it.Guy Harris1-2/+20