summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29Fix a couple of AirPcap channel/offset bugs. Remove an unusedGerald Combs6-107/+106
routine. Fixup whitespace in a couple of places. svn path=/trunk/; revision=28886
2009-06-29Added option to show not dissected packet data on a separate packet bytes pane.Balint Reczey1-6/+34
It makes offsets in the not dissected data easier to follow. svn path=/trunk/; revision=28885
2009-06-29From Kovarththanan Rajaratnam: Fix for Bug #3572 Bill Meier1-1/+11
[http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3572] svn path=/trunk/; revision=28884
2009-06-29Add value for vfstate: activeJörg Mayer1-1/+1
svn path=/trunk/; revision=28883
2009-06-29WiresharkPortable.ini -> WiresharkPortable.tmplStig Bjørlykke1-1/+1
svn path=/trunk/; revision=28882
2009-06-29From Artem Tamazov:Anders Broman12-691/+2410
Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix svn path=/trunk/; revision=28881
2009-06-29Changes to address bug 3547:Graeme Lunt3-5/+12
1) Make sure WiresharkPortable.nsi uses correct WinPcap version (from config.nmake), and also vcredist. 2) Automatically generate WiresharkPortable.ini with correct default values 3) Include readme.txt in the distribution so that users know how to use WiresharkPortable.ini Thanks to Kovarththanan Rajaratnam for basic patch. svn path=/trunk/; revision=28880
2009-06-28fix bug #3439 (thanks to Kovarththanan Rajaratnam), make WS compilable under ↵Ulf Lamping1-1/+7
MSVC2005(EE) again. Some definitions are not available on MSVC2005. This fix "detects" the MSVC version used, it might still not work with MSVC2008EE though (I guess the required definitions are depending on the Windows SDK installed). svn path=/trunk/; revision=28879
2009-06-28Analyze!Enabled Protocols: Fix so type-ahead find OK w/o needing to first ↵Bill Meier1-9/+33
select a row. Ditto when clicking on a column header to change the sort order. svn path=/trunk/; revision=28878
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.Michael Tüxen2-9/+68
Thanks for Tyson Key for reporting the issue. svn path=/trunk/; revision=28877
2009-06-28We only support GLib 2.x/GTK+ 2.x, which uses pkg-config, notGuy Harris1-14/+16
gtk-config; use it instead. svn path=/trunk/; revision=28876
2009-06-28Make dissector handle unexpected data better.Jaap Keuter1-9/+9
svn path=/trunk/; revision=28875
2009-06-28Detect gnutls via pkg-config instead of the deprecated libgnutls-config.Balint Reczey2-167/+3
Based on patch from Andreas Metzler. This fixes bug 3627. svn path=/trunk/; revision=28874
2009-06-28From Sean Walberg:Anders Broman1-2/+1
The title in the TCP sequence graphs is too short. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3556 svn path=/trunk/; revision=28873
2009-06-28From Jon Smirl:Anders Broman1-609/+1478
More packet decoding for Intellon powerline devices. From me put proto_register_homeplug() last in the file and whitespace changes. svn path=/trunk/; revision=28872
2009-06-28[Automatic manuf and enterprise-numbers update for 2009-06-28]Gerald Combs2-5/+180
svn path=/trunk/; revision=28869
2009-06-28Stop loading a pcapng file with multiple section header blocks.Michael Tüxen1-11/+19
This fixes a bug reported by Tyson Key as a follow up of Bug 3560. Also some cleanups and debug output improvements. Thanks to Tyson Key for reporting the bug and providing a tracefile. This fix will be included in Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28868
2009-06-28Strictly require flex instead of allowing lex, too.Balint Reczey1-4/+4
It compiles now. This fixes bug 1641. svn path=/trunk/; revision=28867
2009-06-27Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,Michael Tüxen1-6/+6
text2pcap uses 102400. This fixes bug 3620. Thanks to Tyson Key for reporting the bug and providing capture files. This fix should be included in Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28866
2009-06-27Fix copy/paste error introduced in rev. 28863.Michael Tüxen1-1/+1
Thanks to Guy for finding and reporting it. svn path=/trunk/; revision=28865
2009-06-27Another cleanup. We are now back to Ulf's originalMichael Tüxen1-28/+42
model of data handling. svn path=/trunk/; revision=28864
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen4-17/+20
merging future bug fixes simple. svn path=/trunk/; revision=28863
2009-06-27Add support for writing pcapng files with multipleMichael Tüxen2-29/+89
encapsulations. This fixes a bug reported by Sake during the Sharkfest 09. Thanks for providing a Netscreen tracefile with multiple link layer types. This patch will be included in Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28862
2009-06-27From yin sun:Anders Broman4-6/+14
h248 term wildcard enhancement svn path=/trunk/; revision=28861
2009-06-27From Greg Schwendimann:Anders Broman1-1/+1
802.11 decryption is broken https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3590 svn path=/trunk/; revision=28860
2009-06-27This patchMichael Tüxen4-19/+42
* adds an encapsulation argument to pcap_write_phdr. * writes the pseudo header when writing pcapng files. This fixes a bug where you could not write pcapng files when using encapsulations requiring pseudo headers. svn path=/trunk/; revision=28859
2009-06-27If all interfaces use the same encapsulation, useMichael Tüxen1-7/+18
this a the file encapsulation. This fixes a bug where you can not save a file in libpcap format when you captured it as a pcapng one. This fix will be scheduled for Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28858
2009-06-27This commitMichael Tüxen4-49/+113
* adds an encap argument to pcap_process_pseudo_header. * adds support for reading pseudo headers. It fixes Bug 3560. Thanks to Tyson Key for reporting the bug and providing trace files. This fix will be scheduled for inclusion in Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28857
2009-06-27From Kovarththanan Rajaratnam:Anders Broman7-23/+32
- Fix ncp2222.py and all the epan/dissectors/dcerpc dissectors. The latter required changes to idl2wrs which used variadic macros (not supported in MSVC 6.0). - Cleanup PIDL conformance files svn path=/trunk/; revision=28856
2009-06-27Revert commit 28854.Balint Reczey1-4/+5
svn path=/trunk/; revision=28855
2009-06-27Strictly require flex instead of allowing lex, too.Balint Reczey1-5/+4
svn path=/trunk/; revision=28854
2009-06-26Add a tooltip in case it's not obvious how to rearrange the columns.Gerald Combs1-0/+4
svn path=/trunk/; revision=28853
2009-06-26Unfortunately, r28452 seems to cause more problems than it fixes. BackGerald Combs2-150/+25
out the change for now. svn path=/trunk/; revision=28852
2009-06-26Disable debug output.Michael Tüxen1-1/+1
svn path=/trunk/; revision=28851
2009-06-26* Allocate enough memory for reading a packet.Michael Tüxen1-22/+48
* Initialize pseudoheader. * Add some input validation / protection code. * Fix some return values. * Clean up some whitespaces. This fixes Bug 3565. Thanks to Tyson Key how reported the issue and provided capture files for debugging. This fix is scheduled for inclusion in Wireshark 1.2.1 and higher. svn path=/trunk/; revision=28850
2009-06-26From Sebastien Decugis:Anders Broman6-1/+53
Add Missing Diameter EAP support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3600 svn path=/trunk/; revision=28849
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke51-1460/+2623
svn path=/trunk/; revision=28848
2009-06-26Small whitespace cleanup.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28847
2009-06-26Use NULL for empty blurb.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28846
2009-06-26tvb_child_new_real_data() -> tvb_new_child_real_data()Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28845
2009-06-26From Joakim Wiberg via bug 3103:Stig Bjørlykke5-1331/+3076
Various improvements to the CIP and ENIP dissectors. From me: Updated to latest trunk changes. svn path=/trunk/; revision=28844
2009-06-25tvb_new_real_data()->tvb_child_new_real_data()Anders Broman1-2/+1
svn path=/trunk/; revision=28843
2009-06-25Unsigned does not have msign.Stig Bjørlykke1-7/+6
svn path=/trunk/; revision=28842
2009-06-25From Nathan Hartwell via bug 2733:Stig Bjørlykke1-1/+1
Use time_secs_to_str_unsigned(). svn path=/trunk/; revision=28841
2009-06-25From Nathan Hartwell via bug 2733:Stig Bjørlykke2-0/+56
Added time_secs_to_str_unsigned(). svn path=/trunk/; revision=28840
2009-06-25Remove a tvb_free() call.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=28839
2009-06-24From Duncan Salerno:Jaap Keuter1-4/+11
Ensure dct3trac packets never longer than 23 bytes. svn path=/trunk/; revision=28838
2009-06-24From Kovarththanan Rajaratnam via bug 3555:Stig Bjørlykke1-0/+4
Cancel hostname lookup timers if c-ares is not initialized. svn path=/trunk/; revision=28837
2009-06-24From Artem Tamazov:Jaap Keuter1-0/+530
Added: ESMC support as per G.8264 (Slow Protocol Subtype 0x0a). * QL codes are dissected according to G.781 5.5.1.1 "Option I SDH". Added: support for Timestamp entities in ESMC PDU as per WD56 proposal. svn path=/trunk/; revision=28836
2009-06-24Fixed field types for some reserved fields.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28835