aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-26set properties for acl.hRonnie Sahlberg0-0/+0
svn path=/trunk/; revision=18219
2006-05-26protocols running atop ACL/L2CAP needs to be able to track pdus based onRonnie Sahlberg3-0/+39
acl chandle + direction + l2cap-CID to uniquely identify a single specific flow of PDU packets. So we need to pass the chandle upp from acl to l2cap at least. It would have been nice to handle this using "conversations" but the bluetooth stack does not eaily map to the idiom host:port<->host:port instead in bluetooth you have unidirectional flows that are identified by ACL-chandle:L2CAP-CID:direction and additional state held inside l2cap would attach two such flows together into a "conversation". Bluetooth packets themself only indentify "half" of the two way conversation. svn path=/trunk/; revision=18218
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa121-707/+595
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-23Atempt to fix bug 967 crash on fuzzed SNMP capture. I can't reproduce the Bug.Anders Broman3-18/+30
svn path=/trunk/; revision=18216
2006-05-23From Markus Meier:Anders Broman1-62/+9
The UMA-message Handover From UMAN Command includes the complete L3-message (and header) and not only the handover-IE's. svn path=/trunk/; revision=18215
2006-05-23Ethereal -> WiresharkTomas Kukosa73-180/+378
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
2006-05-23change rules so as not to have each dissector twice in 'all:' and 'per:'/'ber:'Tomas Kukosa1-72/+16
svn path=/trunk/; revision=18213
2006-05-23From Martin Mathieson:Anders Broman6-54/+190
- Many DCT2000 protocols can be embedded within an IP primitive message. Add a heuristic to see if we can find the protocol payload within in IP primitive message, and look for an ethereal dissector matching the DCT2000 protocol name (this is useful for simple protocol testing where no physical links are involved) - Make some more of these protocols (diameter, http, mgcp) findable by name - Adds protocol 'variant' number to stub and dissector - Break the duplicated writing of the stub header out into a separate function svn path=/trunk/; revision=18212
2006-05-23Dissect rrlp payload.Anders Broman2-15/+50
svn path=/trunk/; revision=18211
2006-05-23Make it compile again.Anders Broman2-8/+8
svn path=/trunk/; revision=18210
2006-05-22- fix bugs in dissect_per_octet_string() introduced with unaligned variantTomas Kukosa43-28403/+28433
- step to new ASN.1 API - pass asn_ctx_t* through PER dissectors instead of packet_info* - PER ALIGNED/UNALIGNED flag moved to asn_ctx_t - PER created tree item pointer moved to asn_ctx_t - add nbap into PER dissectors in asn1/Makefile.nmake - use add_oid_str_name() instead of register_ber_oid_name() in H.225 and H.245 - export asn_ctx_init from library - PER dissectors regenerated svn path=/trunk/; revision=18209
2006-05-22ethereal->wiresharkRonnie Sahlberg7-10/+10
svn path=/trunk/; revision=18208
2006-05-22ethereal->wiresharkRonnie Sahlberg60-183/+183
svn path=/trunk/; revision=18207
2006-05-22ethereal->wireshark updatesRonnie Sahlberg105-311/+311
svn path=/trunk/; revision=18206
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris78-245/+245
strings, and function names. svn path=/trunk/; revision=18205
2006-05-22bug fix, one space missingTomas Kukosa1-1/+1
svn path=/trunk/; revision=18204
2006-05-21Fix the only gerald@ethereal.com references left.Guy Harris2-2/+2
svn path=/trunk/; revision=18203
2006-05-21Update Gerald's e-mail address.Guy Harris1-2/+1
svn path=/trunk/; revision=18202
2006-05-21If we have pcap_breakloop(), at least on UN*X we can stop the captureGuy Harris7-137/+204
with a pcap_breakloop() call - we don't need to call select() before calling pcap_dispatch(). Even if we do need to call select(), we don't need to supply it with a timeout - it's OK if we block indefinitely, as the signal will interrupt select(). That also means we can pass -1 as the count to pcap_dispatch(), as pcap_breakloop() will terminate the loop in pcap_dispatch(). Use sigaction() to catch SIGUSR1, so we can make sure that the signal handler doesn't get reset when the signal is delivered, and that system calls don't restart when we return from the signal handler. svn path=/trunk/; revision=18201
2006-05-21Update the Win32 libs URL.Gerald Combs1-2/+1
svn path=/trunk/; revision=18200
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa117-291/+292
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later svn path=/trunk/; revision=18199
2006-05-21- update to WiresharkTomas Kukosa1-18/+18
- prepare renaming asn2eth to asn2wrs svn path=/trunk/; revision=18198
2006-05-21name changeRonnie Sahlberg810-1588/+1588
svn path=/trunk/; revision=18197
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg870-2248/+2248
svn path=/trunk/; revision=18196
2006-05-20The timeout is needed if you don't have pcap_breakloop(), so we'll putGuy Harris2-26/+138
it back for now; I'll fix it later not to do the timeout if we have pcap_breakloop(). svn path=/trunk/; revision=18195
2006-05-20Dumpcap doesn't need to ensure that it doesn't block indefinitely, as itGuy Harris2-138/+26
has no UI, nor does it need to ensure it processes only one packet at a time; get rid of the select stuff, and pass a count of -1 to pcap_dispatch() so it processes a single bufferfull of packets rather than just one packet at a time. svn path=/trunk/; revision=18194
2006-05-20Put a newline at the end of the file.Guy Harris1-1/+1
svn path=/trunk/; revision=18193
2006-05-20Add the Wireshark logo.Gerald Combs1-0/+77
svn path=/trunk/; revision=18192
2006-05-20Change test.Gerald Combs1-39/+39
svn path=/trunk/; revision=18191
2006-05-20Repository delete test.Gerald Combs1-5/+0
svn path=/trunk/; revision=18190
2006-05-20Wireshark repository commit test.Gerald Combs1-0/+5
svn path=/trunk/; revision=18189
2006-05-19Squelch some compiler warnings (a time_t might be an int or a long).Guy Harris1-2/+2
svn path=/trunk/; revision=18188
2006-05-18From Ted Percival:Jaap Keuter1-4/+129
I have updated the TELNET dissector to dissect encryption negotiation commands as specified by RFC 2946. svn path=/trunk/; revision=18187
2006-05-18As suggested by Jim Prince, pass the right argument to "getcwd()" - theGuy Harris1-1/+1
buffer argument is a mallocated buffer, so sizeof doesn't return its size, it returns the size of the pointer to the buffer. Fixes bug 907. svn path=/trunk/; revision=18186
2006-05-18Put a newline at the end of plugin.c files.Guy Harris1-1/+1
svn path=/trunk/; revision=18185
2006-05-18Put a newline at the end of the file.Guy Harris1-1/+1
svn path=/trunk/; revision=18184
2006-05-18Improve fix for Bug 915 by using GetVersionEx() as it is recommended by ↵Lars Roland1-7/+12
Microsoft. Tested on Win98 SE. svn path=/trunk/; revision=18183
2006-05-17Decode Ext-GeographicalInformation.Anders Broman8-31/+589
svn path=/trunk/; revision=18182
2006-05-17Fix decoding of Ext-GeographicalInformation.Anders Broman5-53/+67
svn path=/trunk/; revision=18181
2006-05-17Add missing add_new_data_source.Anders Broman1-0/+1
svn path=/trunk/; revision=18180
2006-05-17Fix BUGs:Anders Broman3-71/+34
955 UMA: Handover Command message not decoded. 956 UMA: multirate-configuration not decoded correctly . 957 UMA: Received Signal Level List not decoded. svn path=/trunk/; revision=18179
2006-05-17attempt to fix #915:Ulf Lamping1-2/+6
if the GetVersionEx() call fails, force the dwPlatformId to VER_PLATFORM_WIN32_WINDOWS so the return value from VirtualProtect() won't trigger an assert. svn path=/trunk/; revision=18178
2006-05-17for "connection oriented channels" place a generated psm field in the ↵Ronnie Sahlberg1-1/+10
display to make it filterable and also to show what the payload should be. svn path=/trunk/; revision=18177
2006-05-16PER:Anders Broman6-25/+102
Adapt dissect_per_octet_string to unaligned PER. Call rrlp dissector from ulp dissector. svn path=/trunk/; revision=18176
2006-05-16PropsetAnders Broman0-0/+0
svn path=/trunk/; revision=18175
2006-05-16From Axel Schwenke:Anders Broman1-617/+1742
- complete dissector for greeting/login packets - nearly complete dissector for requests, except: + parameters for COM_EXECUTE + requests from replication slave - added some features to response dissectors svn path=/trunk/; revision=18174
2006-05-16From Martin Mathieson:Anders Broman2-3/+48
- adds application/xpidf+xml as a media type known to be xml - appends /xml to the protocol column (as SDP does). It would be nice to append the top-level element, or the name taken from a matching DTD, but this will do for now (at least its a short name). - corrects the help text for the preference. I can see that it is registered as a heuristic for "http", "sip" and "media" I've also included a slightly updated version of reginfo.dtd (RFC 3680) for the dtds folder. svn path=/trunk/; revision=18173
2006-05-16Change to address bug 933. See if this, after setup, includes the updated ↵Jaap Keuter1-1/+1
GTK-Wimp. svn path=/trunk/; revision=18172
2006-05-16Add eol-style, update to current samba treeJörg Mayer11-240/+484
svn path=/trunk/; revision=18171
2006-05-16add dissection of the bluetooth btl2cap layerRonnie Sahlberg3-0/+875
svn path=/trunk/; revision=18170