aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-06-11(Minor) #include "alert_box.h" not req'dBill Meier1-1/+0
svn path=/trunk/; revision=28707
2009-06-11Updates to Jun spec. version.Anders Broman3-19/+95
svn path=/trunk/; revision=28706
2009-06-11From Duncan Salerno:Anders Broman1-19/+35
GTPv2 IE names incorrect/incomplete https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3525 svn path=/trunk/; revision=28705
2009-06-11Windows transient to main window and destoyed with it.Anders Broman2-2/+4
svn path=/trunk/; revision=28704
2009-06-11Trivial: add spaces to info column string text.Martin Mathieson1-2/+2
svn path=/trunk/; revision=28703
2009-06-11Set length of proto item for status pdu.Martin Mathieson1-4/+9
svn path=/trunk/; revision=28702
2009-06-11Add BSR reports into their own subtrees.Martin Mathieson1-44/+98
Check frame length from context info against actual length. svn path=/trunk/; revision=28701
2009-06-11Update Lua menu defines and put Lua functions in Tools.Stig Bjørlykke3-6/+6
svn path=/trunk/; revision=28700
2009-06-11Remove some warnings.Stig Bjørlykke1-4/+2
svn path=/trunk/; revision=28699
2009-06-11Optimized criteria for invalidate packet in row 0.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28698
2009-06-11From Jens Braeuer via bug 3522:Stig Bjørlykke1-1/+1
Change "wps.serial_number" from bytes to string. svn path=/trunk/; revision=28697
2009-06-11When writing pcapng files use correct interface indexMichael Tüxen1-1/+1
of 0 instead of 1. svn path=/trunk/; revision=28696
2009-06-11Update the GPL statement used in dissectors.Stig Bjørlykke1-8/+7
svn path=/trunk/; revision=28695
2009-06-11Update the address to FSF from http://www.gnu.org/licenses/gpl-2.0.txtStig Bjørlykke1-4/+3
svn path=/trunk/; revision=28694
2009-06-11Fix a small indent issue in a comment.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28693
2009-06-11Add standard file heading.Stig Bjørlykke1-4/+24
svn path=/trunk/; revision=28692
2009-06-11Remove some "statement not reached" warnings.Stig Bjørlykke1-6/+1
svn path=/trunk/; revision=28691
2009-06-10Make it compile with gtk < 2.6.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=28690
2009-06-10Update to the GnuTLS 2.8.1Tomas Kukosa3-9/+5
svn path=/trunk/; revision=28689
2009-06-10Update the GTK+/GLib libraries.Gerald Combs2-10/+9
svn path=/trunk/; revision=28688
2009-06-10From yami via bug 3508:Stig Bjørlykke1-4/+22
Fix a performance issue in filter autocomplete by disable sorting before calling build_autocompletion_list() in filter_autocomplete_handle_backspace(), and enable it after building list. svn path=/trunk/; revision=28687
2009-06-10Update the GTK+/GLib libraries.Gerald Combs2-6/+6
svn path=/trunk/; revision=28686
2009-06-10*nix color_filters import/export: fix minor bug: failure to close dialog if ↵Bill Meier1-6/+2
a file open error. svn path=/trunk/; revision=28685
2009-06-10Upgrade to KFW 3.2.2.Gerald Combs3-4/+6
svn path=/trunk/; revision=28684
2009-06-09Update KFW to 2.6.5.Gerald Combs3-5/+6
svn path=/trunk/; revision=28683
2009-06-09Resize the list in the autocompletion popup when narrowing down the elementsStig Bjørlykke1-0/+1
to remove a possible horizontal scrollbar when not needed. svn path=/trunk/; revision=28681
2009-06-09Add decoding of auto-neg capabilites in inverse (wrong) order asJörg Mayer1-0/+106
proposed in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1455#c32 svn path=/trunk/; revision=28680
2009-06-09From Edward J. Paradise via bug 3520:Stig Bjørlykke1-8/+7
From revision 00 to revision 01 the tlv values changed for the SCS TLV's. svn path=/trunk/; revision=28679
2009-06-09Added missing $Id$ and convert to correct eol-style.Stig Bjørlykke1-162/+163
svn path=/trunk/; revision=28678
2009-06-09Added missing $Id$.Stig Bjørlykke0-0/+0
svn path=/trunk/; revision=28677
2009-06-09Added missing $Id$ and svn:eol-style.Stig Bjørlykke0-0/+0
svn path=/trunk/; revision=28676
2009-06-09For interfaces that don't support PacketOpenAdapter (such as TurboCap),Gerald Combs5-4/+48
disable the "Details" button in the interface list. Update an error dialog to try to be more helpful. svn path=/trunk/; revision=28675
2009-06-09Powervalue is in units of 100mW, print effective value and unitJörg Mayer1-3/+3
svn path=/trunk/; revision=28674
2009-06-09Enable Lua tcp tap userdata.Stig Bjørlykke2-3/+3
svn path=/trunk/; revision=28673
2009-06-09RFC3576 states, that some messages will use port 3799 insteadJörg Mayer1-0/+2
of the "standard" radius ports. Register radius to that port as well. svn path=/trunk/; revision=28672
2009-06-09Update the services file from IANA's port-numbers.Stig Bjørlykke1-100/+286
svn path=/trunk/; revision=28671
2009-06-09Reverted part of SVN 27411. The "home" and "end" key bindings overruledSake Blok2-4/+4
the use of these keys while editing a filter in the filter toolbar. The keys "ctrl-home" and "ctrl-end" already provide the functionality to go to the first or last packet in the packet-list. I added these as accelerator keys and updated the users guide accordingly. Of course we can also make "home" and "end" work, without breaking functionality in the filter toolbar, but that takes a little more work (at least for me... maybe not after going to Steve's session at Sharkfest :-)). (will add this to inclusion list for 1.0.9 and 1.2.0) svn path=/trunk/; revision=28670
2009-06-08Fixed some indents.Stig Bjørlykke1-179/+177
svn path=/trunk/; revision=28669
2009-06-08Added a missing check for expired TreeItem.Stig Bjørlykke1-22/+28
Fixed some indents. svn path=/trunk/; revision=28668
2009-06-08Move init.lua from MAINTAINERCLEANFILES to DISTCLEANFILES.Gerald Combs1-3/+3
svn path=/trunk/; revision=28666
2009-06-08Check for libpcap 1.0's broken pcap-config, which put a space between -LGuy Harris1-0/+26
and its argument - that doesn't work on some platforms (e.g., OS X). svn path=/trunk/; revision=28664
2009-06-08(Trivial) Remove an obsolete comment related to GTK 1Bill Meier1-1/+0
svn path=/trunk/; revision=28661
2009-06-08Move declaration of yymx.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28660
2009-06-08Remove resetting useCnt in errsym, as it seems to disable some error checkingStig Bjørlykke1-1/+6
we need to validate the filter syntax. svn path=/trunk/; revision=28659
2009-06-08Fixed check for no_of_bits in tvb_get_bits16(), tvb_get_bits32() andStig Bjørlykke1-14/+10
tvb_get_bits64(). svn path=/trunk/; revision=28658
2009-06-08Allocate correct lengths for int64 and uint64.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28657
2009-06-08From Sam Roberts:Stig Bjørlykke1-22/+94
Added TvbRange:range() From me: Added TvbRange:bitfield() Fixed some indents. svn path=/trunk/; revision=28656
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke4-61/+77
Use correct modifier for converting gint64 and guint64 to string. Added __gc for Int64 and UInt64. Fixed some indents. svn path=/trunk/; revision=28655
2009-06-08Check for a pcap-config script (as provided by libpcap 1.x) and, if weGuy Harris1-46/+74
find it, use it to determine where to find libpcap and what additional libraries it requires. svn path=/trunk/; revision=28653
2009-06-07[Automatic manuf and enterprise-numbers update for 2009-06-07]Gerald Combs2-36/+614
svn path=/trunk/; revision=28651