aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-03add dissection of the flags in byte 5 of the inquiry responseRonnie Sahlberg1-12/+126
2006-04-03prettify dissection of the aca flags byte in the inq response data.Ronnie Sahlberg1-12/+111
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris6-121/+137
2006-04-02the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg1-6/+13
2006-04-02 change TRY_SCSI_SHORT_TRANSFER to use the allocation length specified in t...Ronnie Sahlberg1-39/+80
2006-04-02prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg3-70/+139
2006-04-02From Martin Mathieson:Anders Broman1-58/+5
2006-04-02From Greg Morris:Anders Broman1-32/+852
2006-03-31From Ming Zhang:Anders Broman1-2/+2
2006-03-31From Francesco Fondelli:Anders Broman3-3/+304
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen4-21/+133
2006-03-30fix for Bug 849Luis Ontanon1-2/+4
2006-03-30remove some useless code.Luis Ontanon1-9/+7
2006-03-30Delete init.lua when asked to delete global settings.Luis Ontanon1-0/+1
2006-03-30Fix FieldInfo and add an attribute for the filter name.Luis Ontanon1-13/+56
2006-03-30TextWindow:Luis Ontanon4-12/+168
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman19-46/+173
2006-03-30Fix an off-by-one error.Gerald Combs4-14/+18
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs2-12/+5
2006-03-30Update status codes from RFC 2616 and RFC 2518Jaap Keuter1-2/+11
2006-03-30Undoing commit of private makefile in r17765Jaap Keuter1-13/+0
2006-03-30Update from samba tree revision 13374 to 14805Jörg Mayer21-252/+370
2006-03-30From Martin Mathieson:Anders Broman1-0/+11
2006-03-30From Martin Mathieson:Anders Broman4-4/+19
2006-03-29Get rid of an unused variable.Guy Harris2-8/+6
2006-03-29Get rid of some unused variables.Guy Harris1-2/+0
2006-03-29Get rid of an unused function argument.Guy Harris1-8/+8
2006-03-29Close a comment to squelch a compiler warning.Guy Harris1-1/+1
2006-03-29Squelch a compiler warning (for a problem that can't happen).Guy Harris1-26/+26
2006-03-29Squelch a compiler warning.Guy Harris1-1/+1
2006-03-29Squelch a compiler warning (for a problem that doesn't actually occur).Guy Harris1-1/+1
2006-03-29sccp - fix a typoAnders Broman2-13/+37
2006-03-29The header will be there, just make sure the date is put in.Jaap Keuter1-1/+3
2006-03-29Get elua to build on IA32Jaap Keuter1-1/+1
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs2-7/+7
2006-03-28From Ming Zhang: the track # in read toc command dissector should be 1 instea...Jaap Keuter1-1/+1
2006-03-28Function should return a value.Jaap Keuter2-2/+2
2006-03-28Fix compilation under Windows.Gerald Combs2-51/+51
2006-03-28exort functions related to bitfield and GUIDTomas Kukosa1-0/+5
2006-03-27elua_field.c was added to $MODULES but not to $OBJECTSLuis Ontanon1-0/+1
2006-03-27Some compilers do not handle very long lines...Luis Ontanon1-4/+20
2006-03-27Major properties cleanupJaap Keuter7-39/+39
2006-03-27The SIP statistics bug was limited to the UI.Gerald Combs1-14/+6
2006-03-27Updates for CID 42.Gerald Combs1-1/+1
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
2006-03-27This worked because I've edited elua_field.h as .c and the only thing in elua...Luis Ontanon1-4/+395
2006-03-27Improve Field Extraction by returning a handle to a field_info instead of jus...Luis Ontanon5-190/+14
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo fo...Luis Ontanon3-9/+44
2006-03-27Forgotten in previuous commit....Luis Ontanon1-0/+43
2006-03-27From Jacques, OlivierAnders Broman5-19/+91