aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-12-27Use the correct function to translate to hex.etxrab1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20226 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27Use portaudio v19.etxrab2-5/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20225 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27Adding moduleinfo.nmake to the distributionjake1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20224 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-27+ browser_open_url()lego5-14/+58
+ browser_open_data_file() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20223 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26From Sebastien Tandel: fix places where a signed character was beingguy4-31/+32
passed to ctype.h macros. Make some routines in packet-exec.c not used outside that file static, and fix a typo. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20222 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the ↵wmeier2-8/+4
nmake; I violated Murphy's nth law: thou shalt test fixes in an 'out of the box' configuration *not* in one's customized configuration. :( git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20221 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26If p2p_dir isn't set (no message direction is configured) or no association ↵morriss1-31/+36
is found, try to find a subdissector on both the called and calling SSNs instead of just trying the called SSN. Also clean up some indenting and fix the capitalization when showing what dissector the TCAP SSN is linked to. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20220 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26the default python version used changed from cygwin to native Win32 versionulfl1-5/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20219 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26cygwins python doesn't work on a lot of machines, make the native python the ↵ulfl1-7/+7
default (until we know what the cause of the problems are) set VERSION_EXTRA back to empty - I guess this was checked in by mistake git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20218 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26fix unused warningsulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26use prefix to prevent redefinition warning from wingdi.hulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20216 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26convert line endings (using dos2unix) of the win32_setup.sh file before using itulfl1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20215 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-26From Sebastien Tandel:jake1-8/+36
Here is a patch for the management of the bad/good checksum for ISIS (like TCP/UDP/IP). support added for: - booleans hf_isis_lsp_checksum_good, hf_isis_lsp_checksum_bad in the tree, - information in the info column if bad checksum, - expert info for bad checksum, git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20214 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-25Fix indentation.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20213 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-25From Sake Blok:sfisher2-5/+3
The attached patch changes the way the ssl-session-id is displayed. Currently it is not shown, only the length is shown like this: Session ID Length: 32 Session ID (32 bytes) To me, it is not useful to repeat the length and omit the ID itself. With this patch the ssl-session-id is shown like this: Session ID Length: 32 Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20212 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-24dissect_roofnet_link() returns no value and nothing expects it to;guy1-2/+1
declare it to return void, not int. Get rid of an unused variable. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20211 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-24Reverse commit 20209, breaking the build across the board.jake1-20/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20210 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23make the PCRE ftype use ep allocated memory instead of g_malloced memorysahlberg1-37/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20209 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23get rid of an unused variable.lego1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20208 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23Have -X options defined before epan_init() gets called.lego1-2/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20207 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23- Fix an error in the tap listener callbacklego2-11/+22
- add some comments to console.lua git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20206 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23make ipv4 ftype use cheap ep_ memory isntead of slightly less cheap g_ memorysahlberg1-7/+2
for the temporary storage while parsing git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20205 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-23Update to GNUTLS 1.6.0.gerald4-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20204 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Report inaccurate PPPoE Session payload length when detected to aid in thesfisher1-12/+16
troubleshooting of malformed packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20203 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22@ -> [AT]gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20202 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Make fix for bug 771 compatible with GTK1jake1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20201 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22OK: I think I've fixed most of the problems in wmeier1-22/+7
suite-capture.sh which were causing some of tests to fail; The stdout tests still tend to fail: some issue with flushing the stdout pipe ?? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20200 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Take out UCD-SNMP message since we no longer use itmorriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20199 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Fix for bug 1272.jake1-1/+4
Check length remaining before aligning. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20198 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Use interface '1' for the capture tests; wmeier2-3/+27
Add additional error output in case any other problems git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Fix for bug 1195.jake1-3/+16
Add preference svn_client to indicate you want to use 'svn info' i.s.o. ugly directory hack. version.conf format more relaxed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22hmmsahlberg8-6/+100
best to revert this for a while. revert all changes from previous patch. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20195 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22change some slab allocated memory into ep/emem allocated structures instead.sahlberg8-100/+6
this primarily removes code and simplifies (==eliminates) the need to track the data that is allocated and should potentially be slightly faster than a slab allocator. however these functions are called A LOT so there might be a performance hit when using emem with full debugging canary values and all the bells and whistles activated. this change also makes any future attempt to parallellize dissection of frames easier if we just make the ep allocator allocate from a threads specific ep pool. (something we would have to do anyway to make ep allocations multithreaded) this works in all my tests so far but needs more test coverage. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20194 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22fix a typo.lego1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20193 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22- Fix the name of the disable_lua variable.lego5-105/+267
== improve documentation make-doc.pl ( make doc ) generates an almost complete reference manual. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20192 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22Add additional output to try to find out why the "capture 10 wmeier1-5/+12
packets" test fails during the run-tests step of the buildbot windows build ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20191 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-22use 'rm -rf' so no error if directory already deleted (by 'clean_setup')wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20190 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21From Alfred Alinazar:jake1-0/+9
The patch is to dissect unknown information element when an Avaya PBX use codeset = 6 to send display. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20189 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21Update to use gtk 2.10.6 and friends.etxrab3-10/+44
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20188 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21From Taisuke SASAKI:jake1-2/+2
I found a misdecoding in dissect_sflow_extended_switch() in epan/dissector/packet-sflow.c and fixed it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20187 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21From Florent Drouin:jake1-8/+29
Here is a patch for Bug 771. It solves the problem of datalink header selection, when the interface has more than one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20186 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21Steve Sommars wanted his work e-mail address removed and his homeguy1-2/+1
address's entry removed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20185 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21Add a generated field for how many data bytes are accepted by subdissectormartinm1-1/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20184 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21TBCP changes:martinm1-24/+18
- Fix 'ignored' flag that wasn't wide enough to take result - Use FP_UINT_STRING in a couple of places git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20183 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21From Motonori Shindo:sfisher1-38/+90
As per NetFlow V9 protocol, Template ID is guaranteed to be unique per Observation Domain (identified by Source ID) and the Exporter (identified by the source IP address of NetFlow PDU). The former code was ignoring these information for simplicity, but noticing such a necessity. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20182 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-20Set svn:ignorejmayer0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20181 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-20Updated to describe the current state of plugin development.jake1-31/+74
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20180 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-20Enhance tcp reassembly of the flavor "reassemble one more segment" work properlysahlberg1-8/+41
for the quite unusual case when we need to do this multiple times in a row for the same PDU. This fixes the issue reported by Xiaoguang Liu on the mailinglist where wireshark did not manage to properly reassemble a big HTTP header spanning several (more than two) tcp segments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20179 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-20Bump micro version number, like in moduleinfo.hjake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20178 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-19raise plugin version, as I've done some small but important changes ulfl2-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20177 f5534014-38df-0310-8fa8-9805f1628bb7