aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09Run 2to3 on faq.py.Gerald Combs1-7/+7
svn path=/trunk/; revision=38946
2011-09-08Update some email addresses.Gerald Combs1-3/+3
svn path=/trunk/; revision=38941
2011-09-08From Stefan Metzmacher: Fix flags in packet-smbBill Meier1-25/+60
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6320 svn path=/trunk/; revision=38940
2011-09-08Add syntax check and autocompletion to "Save Filter as".Stig Bjørlykke1-0/+6
svn path=/trunk/; revision=38939
2011-09-08Avoid crash when pressing the help button in the "Save Filter" dialog.Stig Bjørlykke1-0/+3
Documentation TBD. svn path=/trunk/; revision=38938
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke20-13/+1078
Added Filter Toolbar Save functionality. From me: Removed unused code. svn path=/trunk/; revision=38937
2011-09-08Remove duplicate entry.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=38936
2011-09-08packet-mim.c:220: warning: 'dst_addr' may be used uninitialized in this functionAnders Broman1-1/+1
svn path=/trunk/; revision=38935
2011-09-08from Leonard Tracy:Anders Broman4-0/+413
Cisco FabricPath protocol dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6017 svn path=/trunk/; revision=38934
2011-09-08Revert rev 38340 (which was itself a reversion of 34807): if we can't find theJeff Morriss2-14/+27
SVN version, indicate that the SVN version is unknown. This puts back the fix for bug 1413. Add a new version.conf option for make-version which tell is "this is a build from a release tarball." When that option is present do not try to use SVN to determine the SVN version, just use whatever SVN information shipped in the tarball. If version.conf is present in the source tree (as it is only in the release branches), deliver it in the source tarball but only after setting the "this is a release tarball" option. All of this means that that builds from release-branch tarballs will report the SVN version of the release tarball rather than "unknown." This addresses the issue reported in http://ask.wireshark.org/questions/5376/wireshark-161-title-shows-svn-rev-unknown-from-unknown Builds from trunk (including the source tarballs) will continue to report that the SVN version is unknown. (Maybe that, too, should be changed?) svn path=/trunk/; revision=38933
2011-09-07Update the help question.Gerald Combs1-11/+9
svn path=/trunk/; revision=38928
2011-09-07Fix a 'set but not used' gcc warning; Mark param arg as _U_;Bill Meier1-27/+26
Whitespace cleanup: trailing blanks & "4 space tabs". svn path=/trunk/; revision=38925
2011-09-07Windows: GetTickCount() returns a DWORD (not a time_t);Bill Meier1-3/+3
Fixes a problem on Windows wherein specifying a capture file time duration for autostop or file-switching would stop working after some period of time. The reason: GetTickCount returns DWORD (unsigned int) which wraps "every 49.7 days"; and: The GetTickCount() return value was being stored in a time_t which is int64 on Windows; thus: The test for elapsed time (using signed integers) didn't work correctly after the time had wrapped. Fixes Bug #6280: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6280 svn path=/trunk/; revision=38921
2011-09-07"Fix" an unjustified gcc might-be-used-unused warning.Jörg Mayer1-2/+3
svn path=/trunk/; revision=38920
2011-09-07From Lori Tribble:Anders Broman1-0/+7
Fix problem with the decoding of the exception schedule. It was eating one too many closing tags before exiting and causing the rest of the information to fail to decode correctly. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6178 svn path=/trunk/; revision=38919
2011-09-07Add ftype-ipv6.cAnders Broman1-0/+1
svn path=/trunk/; revision=38918
2011-09-07From Jakub Zawadzki :Anders Broman1-0/+5
Add support for prefix in IPv6 address filter. + missed file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5538 svn path=/trunk/; revision=38917
2011-09-07From Jakub Zawadzki :Anders Broman7-76/+265
Add support for prefix in IPv6 address filter. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5538 svn path=/trunk/; revision=38916
2011-09-07Add Id tagAnders Broman1-0/+1
svn path=/trunk/; revision=38915
2011-09-07From Lori Tribble:Anders Broman1-64/+204
Fixes log-status and status-flags plus other BACnet decoding bugs This patch fixes the log-status and status-flag decoding issues described in this bug report. This patch also fixes the following items: 1) date-list decoding 2) time-synchronization-recipients decoding 3) decoding of UTF-8 character strings (when using character set 0) 4) event-parameter decoding https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5120 svn path=/trunk/; revision=38914
2011-09-07Add notes and links on SSDPAnders Broman1-1/+3
svn path=/trunk/; revision=38913
2011-09-07Add ethertype #8903Anders Broman2-3/+8
svn path=/trunk/; revision=38912
2011-09-07From Lei Chen:Anders Broman1-15/+72
Implement 'IAR Rest Octets', 'IAX Rest Octets' and 'Multislot Allocation' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6314 svn path=/trunk/; revision=38911
2011-09-07From Václav Horčák:Anders Broman1-1/+3
When context id is reused by another termination, initial packet containing $ (=choose one) is not added to context but belongs to context 0xfffffffe(context id value used in wireshark for choose one). This affects context listing in MEGACO packet contents and Telephony->Voip Calls listings for MEGACO. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6311 svn path=/trunk/; revision=38910
2011-09-07From Lei Chen:Anders Broman2-61/+335
upgrade PCCF/PMR/PEMR in packet-gsm_rlcmac.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6313 svn path=/trunk/; revision=38909
2011-09-07From Martin Kaiser:Anders Broman1-75/+202
DVB-CI / CI+ CAM upgrade resource https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6309 svn path=/trunk/; revision=38908
2011-09-07From Martin Kaiser:Anders Broman1-26/+74
DVB-CI / CI+ Host language and country resource. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6308 svn path=/trunk/; revision=38907
2011-09-07From Martin Kaiser:Anders Broman1-63/+89
DVB-CI / CI+ appinfo v3 apdus. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6307 svn path=/trunk/; revision=38906
2011-09-06Don't synthesize a CRC if the packet already has one.Guy Harris1-5/+17
svn path=/trunk/; revision=38905
2011-09-06Use TAB.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=38900
2011-09-06From Kurnia Hendrawan:Stig Bjørlykke3-4/+22
Update the user's guide. svn path=/trunk/; revision=38899
2011-09-06Try to improve the tooltip a bit.Anders Broman1-1/+2
svn path=/trunk/; revision=38898
2011-09-06From Liam Sharp:Anders Broman3-52/+106
(Standard)H.239 – subMessageIdentifier value strings missing from H245 dissector. Modified to be filterable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6312 svn path=/trunk/; revision=38897
2011-09-06Use correct hf item, and add reassembled length into subtree summary.Martin Mathieson1-6/+8
svn path=/trunk/; revision=38896
2011-09-06First stab at RLC re-assembly.Martin Mathieson1-29/+393
svn path=/trunk/; revision=38895
2011-09-06Check for valid tcpd, as it may be NULL.Stig Bjørlykke1-3/+4
svn path=/trunk/; revision=38894
2011-09-06Whitespace cleanup.Stig Bjørlykke2-12/+12
svn path=/trunk/; revision=38893
2011-09-06Rename Jabber -> XMPPStig Bjørlykke1-1/+1
svn path=/trunk/; revision=38892
2011-09-06Rename Jabber -> XMPPAnders Broman1-1/+1
..and the makefile... Ref http://xmpp.org/ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5992 svn path=/trunk/; revision=38891
2011-09-06Rename Jabber -> XMPPAnders Broman1-50/+50
Ref http://xmpp.org/ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5992 svn path=/trunk/; revision=38890
2011-09-05[Automatic manuf, services and enterprise-numbers update for 2011-09-05]Gerald Combs2-6/+185
svn path=/trunk/; revision=38887
2011-09-05From Pascal Quantin via bug 1723:Stig Bjørlykke2-43/+65
Make ASCII text dump identification optional. svn path=/trunk/; revision=38886
2011-09-05g_slist_free_full() didn't appear until GLib 2.28.Guy Harris1-2/+3
svn path=/trunk/; revision=38885
2011-09-05Change malloc -> g_malloc and free -> g_free.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=38884
2011-09-05From Kurnia Hendrawan via bug 2931:Stig Bjørlykke3-6/+244
Added an option to save "decode as" entries. svn path=/trunk/; revision=38883
2011-09-05Try to fix the buildbot.Anders Broman1-2/+4
svn path=/trunk/; revision=38882
2011-09-05List heuristic tables in Internals->Disscetor tables menu.Anders Broman4-9/+107
svn path=/trunk/; revision=38881
2011-09-04Update insert flagsAlexis La Goutte1-4/+4
KeepGoing -> ContinueOnError svn path=/trunk/; revision=38880
2011-09-04Reorder 802.11 Tag IDAlexis La Goutte1-35/+29
svn path=/trunk/; revision=38879
2011-09-04From Daniel Smith via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6264Alexis La Goutte1-0/+13
Wireshark improperly parsing 802.11 Beacon Country Information tag From me: Fix this issue (miss the optionnal Pad field for Country Tag) svn path=/trunk/; revision=38878