aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping4-717/+882
2004-10-30from Mark Phillips: the length field in the UDP header includes theGuy Harris2-12/+20
2004-10-30Squelch some compile warnings.Guy Harris1-3/+4
2004-10-30Check for errors from all calls to "file_getc()".Guy Harris1-3/+25
2004-10-30The length of the protocol tree item passed to "dissect_ppp_common()"Guy Harris1-8/+9
2004-10-30The interface name field is 6 bytes if we *do* have UUID information inGuy Harris1-6/+6
2004-10-30From Martin Pichlmaier: the first 4 bytes of the Symantec firewallGuy Harris2-3/+10
2004-10-30change Extension to be implemented inside the conformance file and remove it ...Ronnie Sahlberg5-94/+90
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from t...Ronnie Sahlberg7-86/+89
2004-10-30fix call_ber_iod_callback() to move offset past the end of the current blob.Ronnie Sahlberg1-0/+9
2004-10-29Add netscreen2dump.py, to convert netscreen packet-trace hex dumpsGilbert Ramirez2-0/+133
2004-10-29update to cms to use workaround to lack of ANY and reducing the template sign...Ronnie Sahlberg7-277/+211
2004-10-29more updates of x509ifRonnie Sahlberg6-78/+47
2004-10-29new generated version of x509ifRonnie Sahlberg1-33/+70
2004-10-29Update to x509if use a workaround to emulate the type ANY and remove stuff f...Ronnie Sahlberg4-43/+29
2004-10-29From Yaniv Kaul: dissect authentication data as NTLMSSP only if itGuy Harris1-3/+7
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris4-7/+7
2004-10-29Have the usual three separate buffers for "format_text()", so that itGuy Harris1-23/+26
2004-10-29The common merge code merely needs to offer the abstraction of routinesGuy Harris4-262/+282
2004-10-28Add support for pkauthdata and pkdhkeydata OIDs.Gerald Combs12-59/+389
2004-10-28fix small bug that gets offset confused for CHOICE { } OPTIONAL if there were...Ronnie Sahlberg1-2/+29
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesGuy Harris1-55/+84
2004-10-28Make "merge_files()" and "merge_append_files()" return a tri-stateGuy Harris4-45/+145
2004-10-28Remove all the verbose-mode code from merge.c, and put most of it inGuy Harris4-265/+224
2004-10-27Get rid of merge_n_files() - it's only called in one place now, andGuy Harris4-101/+38
2004-10-27Change some of the merge.c APIs to return more information on failure,Guy Harris7-139/+246
2004-10-27"dissect_MAP_Dialogue()" returns no value; declare its return value asGuy Harris4-647/+647
2004-10-27Turn off execute permission on .asn files.Guy Harris2-0/+0
2004-10-27Fix a typo in the name of the directory for the MAP dialogue ASN.1Guy Harris4-239/+235
2004-10-27Add a MapDialouge dissector ( can be tested with the file gsm-ss-01.snoop )Anders Broman3-0/+646
2004-10-27Add a MAPdialouge dissectorAnders Broman4-0/+239
2004-10-27Improve OID dissection and make it possible to call an "OID" Dissector for Di...Anders Broman1-31/+69
2004-10-27Make it possible to register a string for an OID in the hash table.Anders Broman2-1/+7
2004-10-27Fix indentation.Guy Harris1-9/+9
2004-10-27Check whether any input files were specified, and print an error forGuy Harris1-0/+4
2004-10-27Add unix2dos.pl to the list of files to be distributed.Guy Harris1-0/+1
2004-10-27two more dia diagrams about Ethereals capture engine and updated the first oneUlf Lamping6-0/+0
2004-10-27a dia diagram about Ethereal development (hopefully later some more) Ulf Lamping2-0/+0
2004-10-27Check to make sure we don't give a protocol tree item a negative length.Guy Harris2-15/+20
2004-10-27fix doxygen generationUlf Lamping2-2/+2
2004-10-27fix doxygen tagsUlf Lamping3-3/+3
2004-10-27fix doxygen generationUlf Lamping3-2/+67
2004-10-27fix doxygen generationUlf Lamping1-0/+0
2004-10-27fix doxygen tagsUlf Lamping1-1/+0
2004-10-27Don't have two variables, in different scopes in the same routine, haveGuy Harris1-4/+4
2004-10-27Encapsulate into a macro the idiomGuy Harris1-35/+15
2004-10-26Document the personal capture and display filters list in the FILESGuy Harris1-10/+14
2004-10-26Fix the file name in the initial comment.Guy Harris1-1/+1
2004-10-26Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler letGerald Combs1-14/+14
2004-10-26make the dissector use the nice #.REGISTER directiveRonnie Sahlberg2-17/+10