summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-25Fix cut-n-pasteo.Jeff Morriss1-1/+1
svn path=/trunk/; revision=45786
2012-10-25- Pretify output a bit more.Anders Broman1-149/+353
svn path=/trunk/; revision=45785
2012-10-25Create and start using macros for MTP3 network indicators.Jeff Morriss3-26/+31
Export the network indicator value_string and use it in M3UA. svn path=/trunk/; revision=45784
2012-10-25- Dissect more options.Anders Broman3-110/+525
- Correct a Timestamp bug. - Try to pretify the options dissection. svn path=/trunk/; revision=45783
2012-10-25Add application/ccmp+xmlAnders Broman1-1/+2
svn path=/trunk/; revision=45782
2012-10-24Don't use g_slist_free_full() it needs a more recent GLIB than we officiallyEvan Huus1-2/+11
require. svn path=/trunk/; revision=45781
2012-10-24fix compliation on Win64Martin Kaiser1-1/+1
svn path=/trunk/; revision=45780
2012-10-24add Alexander Koeppe's ftp contributionMartin Kaiser1-0/+1
svn path=/trunk/; revision=45779
2012-10-24From Alexander KoeppeMartin Kaiser1-17/+93
parse EPSV response from me - no expert info under if(tree) - use hf_ftp_epsv_port instead of hf_ftp_pasv_port - don't use isdigit(), this is C99 - use temporary variable for IPv4 address https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7729 svn path=/trunk/; revision=45778
2012-10-24Use tvb_reported_length to skip past all the bytes in the tvb.Chris Maynard1-1/+1
svn path=/trunk/; revision=45777
2012-10-24tabs -> spaces, indentation fixups.Chris Maynard1-170/+162
tvb_length_remaining -> tvb_reported_length_remaining. Check return value of tvb_reported_length_remaining > 0. Use tvb_reported_length to skip past all the bytes in the tvb. svn path=/trunk/; revision=45776
2012-10-24To indicate that all bytes in the tvb were consumed, just return ↵Chris Maynard2-2/+2
tvb_reported_length(). svn path=/trunk/; revision=45775
2012-10-24tvb_length_remaining() -> tvb_reported_length_remaining(). To indicate that ↵Chris Maynard1-10/+8
all bytes in the tvb were consumed, just use tvb_reported_length(). svn path=/trunk/; revision=45774
2012-10-24Use tvb_reported_length() to skip past all bytes in the tvb.Chris Maynard1-1/+2
svn path=/trunk/; revision=45773
2012-10-24No need to increment offset past bytes in tvb; just return instead.Chris Maynard1-8/+5
svn path=/trunk/; revision=45772
2012-10-24wmem_allocator_t is defined in wmem_core.h; redefining it elsewhere willGuy Harris1-2/+0
cause errors. svn path=/trunk/; revision=45771
2012-10-24Allow <interval> to be successfully sscanf'd no matter the locale for theChris Maynard1-118/+129
decimal symbol. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2880 (again). #BACKPORT(1.8) svn path=/trunk/; revision=45770
2012-10-24List -z compare,... in the statistics documentation. Maybe someone who ↵Chris Maynard1-1/+6
actually knows how to use it could elaborate? svn path=/trunk/; revision=45769
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin3-6/+20
svn path=/trunk/; revision=45768
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte10-2/+132
svn path=/trunk/; revision=45767
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-218/+244
svn path=/trunk/; revision=45766
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-35/+61
svn path=/trunk/; revision=45765
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte5-0/+65
svn path=/trunk/; revision=45764
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte2-106/+132
svn path=/trunk/; revision=45763
2012-10-24Fix indent and add Modelines info for new common ui source file(s)Alexis La Goutte5-496/+560
svn path=/trunk/; revision=45762
2012-10-24Make new text translatable for Qtshark * export_dissection_dialog.cpp * ↵Alexis La Goutte4-30/+30
file_set_dialog.ui * export_object_dialog.cpp * capture_file_dialog.cpp svn path=/trunk/; revision=45761
2012-10-24Add Modelines info for new Qtshark source file(s)Alexis La Goutte4-0/+52
svn path=/trunk/; revision=45760
2012-10-24Disable Auto-generate *.qm file (Need some work...)Alexis La Goutte1-2/+2
svn path=/trunk/; revision=45759
2012-10-24Mark unused parameter.Anders Broman1-69/+69
svn path=/trunk/; revision=45757
2012-10-24Add dissection of a number of options.Anders Broman1-87/+588
svn path=/trunk/; revision=45756
2012-10-24Mark optlen as unused.Anders Broman1-1/+1
svn path=/trunk/; revision=45755
2012-10-24Highlight the correct number of bytes for hf_mip6_acoa_acoaAnders Broman1-7/+51
svn path=/trunk/; revision=45754
2012-10-24Include wmem_core.h to define the wmem_allocator_t typedef.Guy Harris1-0/+1
svn path=/trunk/; revision=45753
2012-10-24We're no longer defining the structure in a typedef definition, so weGuy Harris1-1/+1
don't want the typedef name after the structure definition. svn path=/trunk/; revision=45752
2012-10-24Make it a little more like the Makefile.am for the ftypes subdirectory. Guy Harris1-6/+4
Get rid of reference to non-existent Custom.common file. svn path=/trunk/; revision=45751
2012-10-24Have wmem_core.h define the wmem_allocator_t typedef, with an incompleteGuy Harris2-1/+3
structure definition of struct _wmem_allocator_t; have wmem_allocator.h give the complete structure definition. That avoids complaints about the typedef being redefined. svn path=/trunk/; revision=45750
2012-10-24No, it's not necessarily the case that a malformed frame will only occurGuy Harris1-1/+0
during fuzz testing or randpkt testing; somebody might be putting bad packets on the wire to try to, for example, crash or break into your protocol implementation. svn path=/trunk/; revision=45749
2012-10-24Fix autotools build - missed a few spots that needed updating for wmem.Evan Huus2-1/+2
svn path=/trunk/; revision=45748
2012-10-24SVN properties (eol-style and Id) for wmem skeleton.Evan Huus0-0/+0
svn path=/trunk/; revision=45747
2012-10-24Basic skeleton for wmem.Evan Huus14-9/+735
https://www.wireshark.org/lists/wireshark-dev/201210/msg00178.html svn path=/trunk/; revision=45746
2012-10-24Uniformly use spaces, not tabs, for the PI_ list (one had spaces, oneGuy Harris1-17/+17
had 4-space tabs, and the others had 8-space tabs). svn path=/trunk/; revision=45745
2012-10-23Note why there's no AT_IEEE_802_15_4_LONG (that's AT_EUI64).Guy Harris1-0/+1
svn path=/trunk/; revision=45744
2012-10-23Add an AT_ value for 802.15.4 short addresses.Guy Harris3-32/+41
Note that, if you want EUI-64's to resolve the OUI in the display, hacking individual dissectors to do it themselves and use AT_STRINGZ is *not* the right way to do it. svn path=/trunk/; revision=45743
2012-10-23From Steve MagnaniMartin Kaiser1-4/+6
fix USB descriptor parsing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7909 svn path=/trunk/; revision=45742
2012-10-23Don't bother to check if cdata is NULL; it has already been dereferenced.Chris Maynard1-3/+1
Fixes Coverity CID 719420: Dereference before null check. svn path=/trunk/; revision=45741
2012-10-23j should also be guint16 to prevent overflows in the while-loopsMartin Kaiser1-2/+2
svn path=/trunk/; revision=45740
2012-10-23From Allan M. Madsen via ↵Pascal Quantin1-1/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7905 : Fix infinite loop in bthci_evt eir data handling svn path=/trunk/; revision=45739
2012-10-23Add B flag to Proxy Binding messages.Anders Broman1-0/+46
svn path=/trunk/; revision=45738
2012-10-23Mark unused parameters.Anders Broman1-13/+13
svn path=/trunk/; revision=45737
2012-10-23Allways use sminmpec_values_ext to print the vendor id regardless if we have ↵Anders Broman1-4/+2
it in the database or not. svn path=/trunk/; revision=45736