summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin3-6/+20
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte10-2/+132
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-218/+244
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-35/+61
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte5-0/+65
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-106/+132
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte5-496/+560
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * file_...Alexis La Goutte4-30/+30
2012-10-24Add Modelines info for new Qtshark source file(s)Alexis La Goutte4-0/+52
2012-10-24Disable Auto-generate *.qm file (Need some work...)Alexis La Goutte1-2/+2
2012-10-24Mark unused parameter.Anders Broman1-69/+69
2012-10-24Add dissection of a number of options.Anders Broman1-87/+588
2012-10-24Mark optlen as unused.Anders Broman1-1/+1
2012-10-24Highlight the correct number of bytes for hf_mip6_acoa_acoaAnders Broman1-7/+51
2012-10-24Include wmem_core.h to define the wmem_allocator_t typedef.Guy Harris1-0/+1
2012-10-24We're no longer defining the structure in a typedef definition, so weGuy Harris1-1/+1
2012-10-24Make it a little more like the Makefile.am for the ftypes subdirectory. Guy Harris1-6/+4
2012-10-24Have wmem_core.h define the wmem_allocator_t typedef, with an incompleteGuy Harris2-1/+3
2012-10-24No, it's not necessarily the case that a malformed frame will only occurGuy Harris1-1/+0
2012-10-24Fix autotools build - missed a few spots that needed updating for wmem.Evan Huus2-1/+2
2012-10-24SVN properties (eol-style and Id) for wmem skeleton.Evan Huus0-0/+0
2012-10-24Basic skeleton for wmem.Evan Huus14-9/+735
2012-10-24Uniformly use spaces, not tabs, for the PI_ list (one had spaces, oneGuy Harris1-17/+17
2012-10-23Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).Guy Harris1-0/+1
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris3-32/+41
2012-10-23From Steve MagnaniMartin Kaiser1-4/+6
2012-10-23Don't bother to check if cdata is NULL; it has already been dereferenced.Chris Maynard1-3/+1
2012-10-23j should also be guint16 to prevent overflows in the while-loopsMartin Kaiser1-2/+2
2012-10-23From Allan M. Madsen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-1/+2
2012-10-23Add B flag to Proxy Binding messages.Anders Broman1-0/+46
2012-10-23Mark unused parameters.Anders Broman1-13/+13
2012-10-23Allways use sminmpec_values_ext to print the vendor id regardless if we have ...Anders Broman1-4/+2
2012-10-23- Use mip6_mh_types to build the INFO_COL string rather than a fixed string i...Anders Broman1-40/+12
2012-10-23Inspired by http://www.wireshark.org/lists/wireshark-users/201206/msg00025.ht...Chris Maynard2-9/+49
2012-10-22Make the fuzz-test plugin error into a warning, since lacking pluginsEvan Huus1-2/+2
2012-10-22Add eol-style and Id properties to new AOL dissector.Evan Huus0-0/+0
2012-10-22From Tim Hentenaar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7860Evan Huus4-0/+397
2012-10-22Fix some encoding args; (still more to do).Bill Meier1-59/+63
2012-10-22volatile fixes.Jakub Zawadzki2-7/+10
2012-10-22Cleanup:Bill Meier11-473/+332
2012-10-22ethereal --> wiresharkBill Meier1-1/+1
2012-10-22Minor cleanup:Bill Meier1-49/+48
2012-10-22Fix warning: file.c(776) : warning C4028: formal parameter 2 different from d...Jakub Zawadzki1-1/+1
2012-10-22Move some variables inside TRY { } block.Jakub Zawadzki1-89/+95
2012-10-22Make progbar_quantum volatile to suppress setjmp/longjmp warnings.Guy Harris1-1/+1
2012-10-22Move TRY CATCH outside reading packet loops.Jakub Zawadzki1-49/+45
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki4-4/+4
2012-10-22Memory for address->data store in pinfo can no longer be ep_ allocated.Jakub Zawadzki1-2/+1
2012-10-22Wireshark Filter Expression dialog does not sort list of named fields. Patch...Chris Maynard1-2/+7
2012-10-22Fix bug #7892: Buildbot crash output: fuzz-2012-10-21-27120.pcapJakub Zawadzki1-14/+10