aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-04-03add dissection of the flags in byte 5 of the inquiry responseRonnie Sahlberg1-12/+126
svn path=/trunk/; revision=17788
2006-04-03prettify dissection of the aca flags byte in the inq response data.Ronnie Sahlberg1-12/+111
add dissection of two additional bits and the respdataformat bitvield add booleans for the filter fields make all the fields filterable svn path=/trunk/; revision=17787
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris6-121/+137
even if doing a live capture; just print the packets without saving them. In dumpcap: default to the capturing the entire packet; don't do the "Press any key" stuff when debugging on UN*X; do console logging (to the standard error) even when we're running as the capture child (the sync pipe should only be the standard output, not the standard error). svn path=/trunk/; revision=17786
2006-04-02the hash,name,fullname of an nfs filehandle are allRonnie Sahlberg1-6/+13
generated items mark them as generated items in the dissect pane svn path=/trunk/; revision=17785
2006-04-02 change TRY_SCSI_SHORT_TRANSFER to use the allocation length specified in ↵Ronnie Sahlberg1-39/+80
the CDB instead of the allocation length from the data pdu since sometimes the datapdu will be completely empty and thus we cant extract it from the data pdu. (unclear if this is really allowed by scsi but anyway) this should make the scsi transfer length checking more correct. update mmc getconfiguration and spc inquiry to use these macros and flag these packets that are short due to a too small alloc_len as truncated due to scsi and not being short/malformed packets. at the same time, get rid of a few horrible offset+x in the inquiry dissector and replace with proper offset incrementation instead. svn path=/trunk/; revision=17784
2006-04-02prettify dissection of nfsv3 fattr3 structureRonnie Sahlberg3-70/+139
put useful info like type,mode,uid,gid on the expansion lines so we dont have to open the expansion to see these values. allow it to push this info multiple expansion lines upward and optionally (such as for GETATTR replies) put this info in the info column as well svn path=/trunk/; revision=17783
2006-04-02From Martin Mathieson:Anders Broman1-58/+5
Removes the use of the deprecated proto_tree_add_item_hidden() function I was adding the 'msmms.command.unknown' field in lots of places (a habit of mine in my own dissectors), but this probably isn't useful. svn path=/trunk/; revision=17782
2006-04-02From Greg Morris:Anders Broman1-32/+852
Fixes bug 830 Adds a few more expert info details. svn path=/trunk/; revision=17781
2006-03-31From Ming Zhang:Anders Broman1-2/+2
fix a minor error in mode_select, packet-scsi.c svn path=/trunk/; revision=17780
2006-03-31From Francesco Fondelli:Anders Broman3-3/+304
you find attached a patch for dissecting MPLS OAM pdus as defind in Y.1711 ITU-T doc. svn path=/trunk/; revision=17779
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen4-21/+133
Make rectangle clickable. svn path=/trunk/; revision=17778
2006-03-30fix for Bug 849Luis Ontanon1-2/+4
svn path=/trunk/; revision=17777
2006-03-30remove some useless code.Luis Ontanon1-9/+7
svn path=/trunk/; revision=17776
2006-03-30Delete init.lua when asked to delete global settings.Luis Ontanon1-0/+1
svn path=/trunk/; revision=17775
2006-03-30Fix FieldInfo and add an attribute for the filter name.Luis Ontanon1-13/+56
svn path=/trunk/; revision=17774
2006-03-30TextWindow:Luis Ontanon4-12/+168
- add buttons - make editable svn path=/trunk/; revision=17773
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman19-46/+173
svn path=/trunk/; revision=17772
2006-03-30Fix an off-by-one error.Gerald Combs4-14/+18
svn path=/trunk/; revision=17771
2006-03-30Continue to play whack-a-mole with null dereferences. Fixes CID 146.Gerald Combs2-12/+5
svn path=/trunk/; revision=17770
2006-03-30Update status codes from RFC 2616 and RFC 2518Jaap Keuter1-2/+11
svn path=/trunk/; revision=17769
2006-03-30Undoing commit of private makefile in r17765Jaap Keuter1-13/+0
svn path=/trunk/; revision=17768
2006-03-30Update from samba tree revision 13374 to 14805Jörg Mayer21-252/+370
============================ Samba log start ============ svn: When specifying working copy paths, only one target may be given ============================ Samba log end ============== svn path=/trunk/; revision=17767
2006-03-30From Martin Mathieson:Anders Broman1-0/+11
> > This patch adds a hidden 'sip.auth' field, that will be present > > whenever one of the authenticiation/authorization headers is > > present. > > > > I believe this is one place where hidden fields are justified: > > - it is a substring of several sip.auth.* fields, so its reassuring > > to see the field turn green as you're typing in one of the visible > > fields > > - it lets you quickly find all of the frames with any of these fields > > (there are 4 different SIP headers that can contain the auth fields) svn path=/trunk/; revision=17766
2006-03-30From Martin Mathieson:Anders Broman4-4/+19
wiretap/README.developer - the referenced default seek_read function doesn't exist now wiretap/wtap.c - a "hole" in encap_table was causing the wrong encap value for later types to be looked up (by name) mergecap.c - fix a couple of program name copy+paste errors from editcap.c svn path=/trunk/; revision=17765
2006-03-29Get rid of an unused variable.Guy Harris2-8/+6
svn path=/trunk/; revision=17764
2006-03-29Get rid of some unused variables.Guy Harris1-2/+0
svn path=/trunk/; revision=17763
2006-03-29Get rid of an unused function argument.Guy Harris1-8/+8
Clean up indentation. svn path=/trunk/; revision=17762
2006-03-29Close a comment to squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=17761
2006-03-29Squelch a compiler warning (for a problem that can't happen).Guy Harris1-26/+26
Fix up indentaton. svn path=/trunk/; revision=17760
2006-03-29Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=17759
2006-03-29Squelch a compiler warning (for a problem that doesn't actually occur).Guy Harris1-1/+1
svn path=/trunk/; revision=17758
2006-03-29sccp - fix a typoAnders Broman2-13/+37
gre - fix a length error, and change the way to display 3GPP atributes. svn path=/trunk/; revision=17757
2006-03-29The header will be there, just make sure the date is put in.Jaap Keuter1-1/+3
Coverity bug 148 svn path=/trunk/; revision=17756
2006-03-29Get elua to build on IA32Jaap Keuter1-1/+1
svn path=/trunk/; revision=17755
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs2-7/+7
we're at it. svn path=/trunk/; revision=17754
2006-03-28From Ming Zhang: the track # in read toc command dissector should be 1 ↵Jaap Keuter1-1/+1
instead of 4. svn path=/trunk/; revision=17753
2006-03-28Function should return a value.Jaap Keuter2-2/+2
svn path=/trunk/; revision=17752
2006-03-28Fix compilation under Windows.Gerald Combs2-51/+51
svn path=/trunk/; revision=17751
2006-03-28exort functions related to bitfield and GUIDTomas Kukosa1-0/+5
svn path=/trunk/; revision=17750
2006-03-27elua_field.c was added to $MODULES but not to $OBJECTSLuis Ontanon1-0/+1
svn path=/trunk/; revision=17749
2006-03-27Some compilers do not handle very long lines...Luis Ontanon1-4/+20
Shouldn't this preference description be somewhere else? svn path=/trunk/; revision=17748
2006-03-27Major properties cleanupJaap Keuter7-39/+39
svn path=/trunk/; revision=17747
2006-03-27The SIP statistics bug was limited to the UI.Gerald Combs1-14/+6
svn path=/trunk/; revision=17746
2006-03-27Updates for CID 42.Gerald Combs1-1/+1
svn path=/trunk/; revision=17745
2006-03-27Be more paranoid about dereferencing pointers (and improve readabilityGerald Combs1-33/+56
IMHO). This should hopefully take care of bug 826 / CID 42. svn path=/trunk/; revision=17744
2006-03-27This worked because I've edited elua_field.h as .c and the only thing in ↵Luis Ontanon1-4/+395
elua_field was #include "elua_field.h" This is the actual elua_field.c svn path=/trunk/; revision=17743
2006-03-27Improve Field Extraction by returning a handle to a field_info instead of ↵Luis Ontanon5-190/+14
just the value. svn path=/trunk/; revision=17742
2006-03-27add proto_all_finfos() that will return a GPtrArray containing every finfo ↵Luis Ontanon3-9/+44
found in a tree. svn path=/trunk/; revision=17741
2006-03-27Forgotten in previuous commit....Luis Ontanon1-0/+43
svn path=/trunk/; revision=17740
2006-03-27From Jacques, OlivierAnders Broman5-19/+91
Here is a patch for gsm_map dissector that adds USSD string decoding (mainly used in processUnstructuredSS-Request, UnstructuredSS-Request, UnstructuredSS-Notify). For now, it assumes that it will be GSM 7 bits. It re-use packet-gsm_sms.c "gsm_sms_char_7bit_unpack" and "gsm_sms_char_ascii_decode" functions, as well as packet-smpp.c "smpp_handle_dcs" function. svn path=/trunk/; revision=17739