aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-12Remove/replace SPACES at the beginning of Makefile.am/Makefile.commonJörg Mayer4-12/+13
2005-07-12Fix some more signed vs. unsigned warnings.Guy Harris6-121/+125
2005-07-11In NTLMSP_AUTH messages, include the domain name and user name in theGuy Harris1-7/+17
2005-07-11Add Jeremy j OuelletteAnders Broman1-0/+3
2005-07-11DIS dissectionAnders Broman1-0/+7
2005-07-11From Jeremy j Ouellette:Anders Broman7-0/+1916
2005-07-11fix a syntax error in the "Routing" rule, reported by Jeff MorrissUlf Lamping1-1/+1
2005-07-11Dissect some more fieldsAnders Broman3-18/+216
2005-07-11Dissect some more fieldsAnders Broman3-7/+240
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passGuy Harris1-17/+16
2005-07-10Fix some comment typos.Guy Harris1-2/+2
2005-07-10Put the data (print job contents) in LPD requests under the LPD protocolGuy Harris1-3/+3
2005-07-10Get rid of an unused argument.Guy Harris1-5/+5
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