aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29[Automatic manuf, services and enterprise-numbers update for 2012-01-29]Gerald Combs2-21/+187
svn path=/trunk/; revision=40757
2012-01-28Don't register ett_ssl_keyex_params twice.Michael Tüxen1-1/+0
This bug was introduced in http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40748 svn path=/trunk/; revision=40756
2012-01-28From Tyson Key:Anders Broman1-16/+16
Update the CCID dissector's filter/handler names. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6752 svn path=/trunk/; revision=40755
2012-01-28From Tom Brezinski:Anders Broman2-13/+51
includes radio data from the capture. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746 svn path=/trunk/; revision=40754
2012-01-28From Claudio:Anders Broman1-2/+5
linear white space (LWS) not ignored after HTTP header field content. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6591 svn path=/trunk/; revision=40753
2012-01-28From Andreas Heise:Anders Broman3-7/+41
option ssl_ignore_mac_failed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6748 svn path=/trunk/; revision=40752
2012-01-28From Tobias Witek:Anders Broman1-2/+13
Add support for a new dissector (MTP2) to the 'meta' dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6717 svn path=/trunk/; revision=40751
2012-01-28From Tobias Witek:Anders Broman3-0/+9
Allow dissectors to indicate that an ATM AAL5 frame contains SSCOP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6717 svn path=/trunk/; revision=40750
2012-01-28From Michal Labedzki:Anders Broman1-8/+100
Fix:Wrong bluetooth PSM detected when parse the L2CAP packet. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6619 svn path=/trunk/; revision=40749
2012-01-28From Michael:Anders Broman3-28/+533
Enhance SSL Key Exchange dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6716 svn path=/trunk/; revision=40748
2012-01-28From Martin Kaiser:Anders Broman1-1/+2
Unused variable in rtp_analysis.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6776 svn path=/trunk/; revision=40747
2012-01-28Add the Qt files to the tarball.Anders Broman1-0/+64
svn path=/trunk/; revision=40745
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forGuy Harris3-15/+2
the columns, so we *can* clean up the exporting of col_set_fmt_time() by not exporting it any more. svn path=/trunk/; revision=40743
2012-01-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-4/+12
Since SMPP knows the time zone of its (absolute) times and since we don't have access to a mktime() routine that doesn't take into account the local time zone (and since I don't think repeatedly setting the TZ environment variable is a healthy choice): 1) subtract the 'timezone' (or '_timezone' on Windows) back out after calling mktime() 2) then adjust the time to take into the protocol-specified time zone 3) and (finally) display the time in UTC (since we don't have the infrastructure to display it in the protocol-specified time zone). (I *think* (1) is portable: POSIX says that variable should exist...) svn path=/trunk/; revision=40742
2012-01-27FixAlexis La Goutte1-1/+1
main_window.cpp: In function ‘QStringList build_file_open_type_list()’: main_window.cpp:249:50: error: cannot call constructor ‘QString::QString’ directly [-fpermissive] main_window.cpp:249:50: error: for a function-style cast, remove the redundant ‘::QString’ [-fpermissive] svn path=/trunk/; revision=40741
2012-01-27Since we know the version of WinPcap we're compiling against, go ahead and ↵Chris Maynard2-2/+2
display it instead of displaying "version unknown". svn path=/trunk/; revision=40740
2012-01-27Per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6765#c3, don't ↵Chris Maynard1-1/+1
display "(version unknown)" anymore. svn path=/trunk/; revision=40739
2012-01-26From Mike Morrin:Anders Broman1-16/+35
The gsmtap patch related to Add dissectors for GSM and UMTS Cell Broadcast protocols. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770 svn path=/trunk/; revision=40738
2012-01-26Add a format string and remove a couple of unused variables.Gerald Combs1-3/+3
svn path=/trunk/; revision=40737
2012-01-26make-dissector-reg.py doesn't always open its cache file.Gerald Combs1-2/+2
svn path=/trunk/; revision=40736
2012-01-26From Mike Morrin:Anders Broman15-57/+1371
Add dissectors for GSM and UMTS Cell Broadcast protocols. ( - the patch for gsmtap ) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770 svn path=/trunk/; revision=40735
2012-01-26Apply changes from the "2to3" conversion utility. Print cache information.Gerald Combs1-8/+14
svn path=/trunk/; revision=40734
2012-01-26Oh dear, had that test the wrong way around...Martin Mathieson1-2/+2
svn path=/trunk/; revision=40733
2012-01-26Dissect the crypto attribute.Anders Broman1-291/+448
svn path=/trunk/; revision=40732
2012-01-26Add an 3gpp xml entry.Anders Broman1-0/+1
svn path=/trunk/; revision=40731
2012-01-26Fix memory leaks involving tvb_get_stringz() by replacing it with ↵Chris Maynard1-43/+22
tvb_get_ephemeral_stringz(). svn path=/trunk/; revision=40730
2012-01-26When telling RLC whether a frame is a retx, use direct setting if setMartin Mathieson1-6/+37
for DL. Also, check limits during subheader loop. svn path=/trunk/; revision=40729
2012-01-26Fix Coverity CID 1371: UNINIT.Chris Maynard1-1/+1
svn path=/trunk/; revision=40728
2012-01-25Fix usage of g_ascii_strdown() and g_ascii_strup() - they do *not*Guy Harris2-11/+14
modify the string in place, they return a g_mallocated modified version of the string passed into them. svn path=/trunk/; revision=40727
2012-01-25Try to make the buildbots happy.Michael Tüxen1-5/+7
svn path=/trunk/; revision=40726
2012-01-25Actually, you only have monitor mode support if you have pcap_create() -Guy Harris2-0/+4
without pcap_create() and pcap_activate() you don't have any API to turn it on. svn path=/trunk/; revision=40725
2012-01-25The proper scope / spec name for OS X is "macx".Gerald Combs1-2/+2
svn path=/trunk/; revision=40724
2012-01-25Fix error when building QtShark:Bill Meier2-5/+5
...\capture_opts.h(94) : error C2461: 'remote_host' : constructor syntax missing formal parameters svn path=/trunk/; revision=40723
2012-01-25Added billyjeans [AT] gmail.com to the authors list. (No known real name.)Chris Maynard1-0/+1
svn path=/trunk/; revision=40722
2012-01-25From billyjeans [AT] gmail.com via bug 6184: "S1AP dissector COL_INFO should ↵Chris Maynard2-81/+306
display different message status?", with changes from me to use col_append_str() and comma-separate the strings instead of using col_append_fstr() and pipe-separate them. svn path=/trunk/; revision=40721
2012-01-25Use a bitwise & when checking with a mask.Michael Tüxen1-1/+1
svn path=/trunk/; revision=40720
2012-01-25Remove redundant ().Michael Tüxen1-1/+1
svn path=/trunk/; revision=40719
2012-01-25Address warnings reported by Bill.Michael Tüxen1-5/+1
svn path=/trunk/; revision=40718
2012-01-25monitor_mode_enabled is only available on WIN32 or if we HAVE_PCAP_CREATE.Jeff Morriss1-2/+2
svn path=/trunk/; revision=40717
2012-01-25'error' is only used when we HAVE_LIBPCAP so only define it when that is the ↵Jeff Morriss1-2/+4
case. svn path=/trunk/; revision=40716
2012-01-25Third try. This time pipes and stdin are supported and theMichael Tüxen17-2308/+1933
test scripts are passed. Use a global list containing all interfaces and only change properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. svn path=/trunk/; revision=40715
2012-01-25Use sizeof(buff) as length argument when calling g_snprintf().Martin Mathieson1-4/+5
svn path=/trunk/; revision=40714
2012-01-25Delete a TODO comment (now that there is an equivalent tshark tap).Martin Mathieson1-4/+0
svn path=/trunk/; revision=40713
2012-01-25Tidy up comments / deleted commented-out code.Martin Mathieson1-18/+3
svn path=/trunk/; revision=40712
2012-01-25Fix a couple of cut-n-pasteos.Jeff Morriss1-2/+2
svn path=/trunk/; revision=40711
2012-01-25Put back an "explicit" for now. I'm not sure it's necessary but QtGerald Combs1-3/+3
Creator put it there as I recall. svn path=/trunk/; revision=40710
2012-01-25Add a comment discussing what it will take to have native file dialogsGerald Combs1-1/+25
on Windows and OS X. svn path=/trunk/; revision=40709
2012-01-24Compile PortAudio if it's available.Gerald Combs2-15/+39
svn path=/trunk/; revision=40708
2012-01-24Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=40707
2012-01-24Get rid of a non-ASCII charJeff Morriss1-6/+6
svn path=/trunk/; revision=40706