aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-16Fix a copy/paste errorPascal Quantin1-7/+7
svn path=/trunk/; revision=45588
2012-10-16Add value_string for PDP TypePascal Quantin1-1/+10
svn path=/trunk/; revision=45587
2012-10-16From "msp":Anders Broman1-2/+4
'*' wildcard in the 'Src IP' or 'Dest IP' field of the ESP SA dialog does not work https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7866 svn path=/trunk/; revision=45585
2012-10-16Enhancements to DNP3.0 Control Code Dissection ↵Michael Mann1-9/+11
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7865) minor updates to checked in patch (from rev 45583) svn path=/trunk/; revision=45584
2012-10-16From Benjamin Stocks:Anders Broman1-31/+54
Enhancements to DNP3.0 Control Code Dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7865 svn path=/trunk/; revision=45583
2012-10-16- Use PROGRAM_NAME in the unistaller too.Anders Broman2-19/+25
- Make it possible to set PROGRAM_NAME in environment. - Update the comment about setting program name it *should* work now. svn path=/trunk/; revision=45582
2012-10-16Merge AUTHORS entry for Paul Erkkila.Jakub Zawadzki1-4/+1
svn path=/trunk/; revision=45581
2012-10-16Fix dissection of Text String data objectPascal Quantin1-7/+19
svn path=/trunk/; revision=45577
2012-10-16Use PROGRAM_NAME in more places.Anders Broman1-0/+1
Missing fro previous commit. svn path=/trunk/; revision=45576
2012-10-16Use PROGRAM_NAME in more places.Anders Broman2-32/+31
svn path=/trunk/; revision=45575
2012-10-16Fix In file included from export_dissection_dialog.cpp:24:0: ↵Alexis La Goutte1-0/+1
export_dissection_dialog.h:66:34: error: field 'export_type_map_' has incomplete type export_dissection_dialog.cpp: In constructor 'ExportDissectionDialog::ExportDissectionDialog(QWidget*, capture_file*, export_type_e)': export_dissection_dialog.cpp:80:5: error: 'export_type_map_' was not declared in this scope export_dissection_dialog.cpp: In member function 'void ExportDissectionDialog::exportTypeChanged(QString)': export_dissection_dialog.cpp:214:20: error: 'export_type_map_' was not declared in this scope Missing <QMap> include in export_disssection_dialog.h (in my Ubuntu Box with Qt 4.7.4 ?) svn path=/trunk/; revision=45574
2012-10-16Remove spurious trailing '%' in format [-Werror=format]Anders Broman1-1/+1
svn path=/trunk/; revision=45573
2012-10-16replace proto_tree_add_text with filterable items and expert info to get a ↵Michael Mann6-463/+568
few dissectors off of the checkAPIs.pl "naughty" list svn path=/trunk/; revision=45572
2012-10-16Include config.h so that the necessary HAVE_HEADER_H macros are defined on theEvan Huus1-0/+2
appropriate platforms. svn path=/trunk/; revision=45571
2012-10-16Comment out some more unused code to fix a few gcc errors.Evan Huus1-3/+5
svn path=/trunk/; revision=45570
2012-10-16Use $${INSTALL_DIR} instead of wireshark-gtk2.Gerald Combs1-1/+1
svn path=/trunk/; revision=45569
2012-10-16Fix includes.Gerald Combs1-1/+6
svn path=/trunk/; revision=45568
2012-10-16Add "Export Packet Bytes".Gerald Combs5-7/+164
svn path=/trunk/; revision=45567
2012-10-15(try to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7862Martin Kaiser1-2/+8
tvb_length_remaining() may return -1 if that happens in dissect_rdp_fields(), return an error the caller that calls dissect_rdp_fields() from a for loop detects the error and exits (others should handle the error as well, this is missing for now) svn path=/trunk/; revision=45566
2012-10-15From Alexander KoeppeMartin Kaiser1-32/+44
use inet_pton() for address parsing in FTP's EPRT command support IPv6 addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7729 svn path=/trunk/; revision=45565
2012-10-15Add help buttons. Ifdef out some code on Windows.Gerald Combs8-9/+64
svn path=/trunk/; revision=45564
2012-10-15Dissect more Application Toolkit commandsPascal Quantin1-7/+219
svn path=/trunk/; revision=45563
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson3-33/+118
svn path=/trunk/; revision=45562
2012-10-15Add PROGRAM_NAME and INSTALL_DIR to ui\qt\config.pri. Currently unused.Gerald Combs1-0/+2
svn path=/trunk/; revision=45561
2012-10-15From Rakesh Kumar:Anders Broman1-1/+1
Error in AUXILIARY SECURITY HEADER Parsing for 802.15.4 in dissect_ieee802154_common function. Offset should be +8 not +4 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7864 svn path=/trunk/; revision=45559
2012-10-15Start making the program name "wireshark" configurable.Anders Broman2-6/+10
svn path=/trunk/; revision=45558
2012-10-15Typos.Anders Broman2-4/+4
svn path=/trunk/; revision=45557
2012-10-15From Jim Young:Anders Broman1-1/+3
Have editcap use modulo when calculating filenum component of fileset name . https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7863 svn path=/trunk/; revision=45556
2012-10-15Building with GTK3 works.Anders Broman1-1/+1
svn path=/trunk/; revision=45555
2012-10-15Build GTK2 versions again.Anders Broman1-1/+1
svn path=/trunk/; revision=45554
2012-10-15Try to get rid of some of the" pedantic" warnings.Anders Broman1-3/+3
svn path=/trunk/; revision=45553
2012-10-15See if we can build u3 pacakage with GTK3.Anders Broman2-1/+6
svn path=/trunk/; revision=45552
2012-10-15Try a experimental gtk3 buildAnders Broman3-2/+3
svn path=/trunk/; revision=45551
2012-10-14Clean up the "round up to a multiple of 4" code a bit.Guy Harris1-2/+2
svn path=/trunk/; revision=45548
2012-10-14According toGuy Harris1-103/+174
http://home.martin.cc/linux/prism there's a set of DID type values different from the ones we were using, and there are captures out there that use values from both sets. Support both sets. That page also says that a "status" value of 0 means "supplied"; treat zero as meaning "supplied", and, if it's not zero for a field, don't include it. The "Mac Time" is, according to that page, the lower 32 bits of the MAC timestamp; report it as such. Fix some field names that were copied-and-pasted but not changed. The RSSI and signal quality values are numbers, so show them in decimal. The "signal" and "noise" values appear to be signed numbers, so make them signed rather than unsigned and show them in decimal. Show the data rate in the same style as it's shown in the radiotap dissector. Show the frame length in decimal; we probably have relatively few users with 16 fingers. svn path=/trunk/; revision=45545
2012-10-14Unused variableEvan Huus1-3/+3
svn path=/trunk/; revision=45544
2012-10-14Fix leak in get_interface_type as caught by cppcheck.Evan Huus1-0/+1
svn path=/trunk/; revision=45543
2012-10-14Add verbose option to the cppcheck script.Evan Huus1-1/+2
svn path=/trunk/; revision=45542
2012-10-14Revert back to GTK2Anders Broman2-2/+2
svn path=/trunk/; revision=45541
2012-10-14Try a experimental gtk3 buildAnders Broman4-7/+30
svn path=/trunk/; revision=45540
2012-10-14The strings added to the value_string table for X11 opcodes forGuy Harris1-19/+8
extensions were incorrectly made ephemeral, rather than seasonal, in r44662. They need to be seasonal, as they're used for dissecting all packets in the X session. Redo a couple of loops as for loops to make it a little clearer what they're doing. svn path=/trunk/; revision=45539
2012-10-14Fix compile error.Bill Meier1-1/+1
svn path=/trunk/; revision=45538
2012-10-14Minor changes:Bill Meier1-97/+102
- Init COL_PROTOCOL before fetching from tvb; - Remove some unneeded variable initializers; - Localize some variables; - Misc including whitespace revisions. svn path=/trunk/; revision=45537
2012-10-14remove unused variable; fixes compile error.Bill Meier1-1/+0
svn path=/trunk/; revision=45536
2012-10-14convert proto_tree_add_text to proto_tree_add_item and ↵Michael Mann5-734/+784
expert_add_info_format for packet-dhcpv6.c and packet-dhcp-failover.c "Refactor" value_string in ARP dissector svn path=/trunk/; revision=45535
2012-10-14From Yaniv Kaul: Spice protocol fixes and enhancementsBill Meier1-40/+167
- Dissection of monitors config message (SPICE_DISPLAY_MONITORS_CONFIG message) - Better dissection of capabilities (added several more capabilities for main and display channels) From me: - Remove (now) unused variables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7859 svn path=/trunk/; revision=45534
2012-10-14[Automatic manuf, services and enterprise-numbers update for 2012-10-14]Gerald Combs3-13/+236
svn path=/trunk/; revision=45531
2012-10-14Some of the changes claimed to be in the previous checkin weren't there.Guy Harris1-5/+5
Label the data sources for reassembled fragments as "Reassembled 6LoWPAN". Fix the capitalization of "6LoWPAN". Also, label the data sources for decompressed fragments as "Decompressed 6LoWPAN xxx". svn path=/trunk/; revision=45529
2012-10-14*Always* create a new data source when we decompress an IPv6 header.Guy Harris1-15/+13
Label the data sources for them as "6LoWPAN xxx", where "xxx" is the type of compression, and label the data sources for reassembled fragments as "Reassembled 6LoWPAN". Fix the capitalization of "6LoWPAN". Note that if reassembly fails, continuing dissection is not the right thing to do, at least not if it failed because we don't *yet* have all the fragments. svn path=/trunk/; revision=45527
2012-10-13The Interface Name field of the Interface Name sub-object of theGuy Harris1-3/+1
Interface Information object for ICMP is *NOT* null-terminated. Use tvb_format_text() for now, to properly null-terminate the display string and to cope with non-ASCII data. (It should ultimately be a named field with an encoding of UTF-8.) svn path=/trunk/; revision=45525