aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-11-05Strengthen BER and ERF heuristics to solve:Anders Broman2-0/+11
Fail to load I4B traces http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1972 svn path=/trunk/; revision=23367
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman16-3072/+1583
svn path=/trunk/; revision=23366
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-13/+7
svn path=/trunk/; revision=23365
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-90/+55
svn path=/trunk/; revision=23364
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-159/+78
svn path=/trunk/; revision=23363
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman22-1502/+706
svn path=/trunk/; revision=23362
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-116/+56
svn path=/trunk/; revision=23361
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-66/+30
svn path=/trunk/; revision=23360
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman4-279/+141
svn path=/trunk/; revision=23359
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman2-6/+3
svn path=/trunk/; revision=23358
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman4-266/+141
svn path=/trunk/; revision=23357
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman3-1380/+761
svn path=/trunk/; revision=23356
2007-11-04Update do use the -X and -T asn2wrs flags.Stig Bjørlykke3-388/+208
svn path=/trunk/; revision=23354
2007-11-04LDAP with -TAnders Broman4-130/+259
svn path=/trunk/; revision=23353
2007-11-04SNMP with option -X and -TAnders Broman4-638/+281
svn path=/trunk/; revision=23352
2007-11-04follow_tcp_stats -> follow_statsAnders Broman1-1/+1
svn path=/trunk/; revision=23351
2007-11-03A bit of a readme for the Wireshark Portable packaging. Includes details of ↵Graeme Lunt1-0/+31
the NSIS plug-in required. svn path=/trunk/; revision=23350
2007-11-03at least mention in a comment, that you'll need the FindProcDLL plug-inUlf Lamping1-0/+2
svn path=/trunk/; revision=23349
2007-11-03Fix distcheck after my prior 2 commitsStephen Fisher1-0/+1
svn path=/trunk/; revision=23348
2007-11-03The rest of the Follow UDP Stream check-inStephen Fisher2-0/+319
svn path=/trunk/; revision=23347
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher11-36/+115
- Add "Follow UDP Stream" feature svn path=/trunk/; revision=23346
2007-11-03Add partial support for TightVNC packet dissection (work in progress). Stephen Fisher1-7/+195
svn path=/trunk/; revision=23345
2007-11-02Update my email address.Martin Mathieson1-1/+1
svn path=/trunk/; revision=23344
2007-11-02Improve some comments (and test committing from WindowsMartin Mathieson1-24/+38
build). svn path=/trunk/; revision=23343
2007-11-02- Rename EAPSv2 to ESL (EAPS shared link).Jörg Mayer1-100/+115
- Some small improvements to ESL decoding. svn path=/trunk/; revision=23342
2007-11-02change some extreme wkas and update manufJörg Mayer2-47/+132
svn path=/trunk/; revision=23341
2007-11-02Initial Portable Apps (www.portableapps.com) packaging to produce a ↵Graeme Lunt6-0/+609
"Wireshark Portable" (WSP) distribution. This allows Wireshark to be run from any USB stick, unlike the U3 packaging which must be installed on a specific U3 device. The packaging basically builds upon the U3 distribution so new libraries/config only need to be added to the U3 makefile to update both distributions. It still takes a "dumb" approach to WinPcap - installing it if it is not already installed and removing it (if WSP installed it) when Wireshark quits. (This is worse than the U3 packaging which only uninstalls WinPcap when the device is removed.) Really must talk to the WinPcap guys to see how we can make this less intrusive. I am talking to John Haller (the Portable Apps guy) about fine tuning the distribution. svn path=/trunk/; revision=23340
2007-11-02new H.282 (RDC) and H.283 (LCT) dissectorsTomas Kukosa18-0/+8858
svn path=/trunk/; revision=23339
2007-11-02display message type in the info columnTomas Kukosa3-3/+23
svn path=/trunk/; revision=23338
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPTomas Kukosa4-4/+16
svn path=/trunk/; revision=23337
2007-11-02setup SRTP stream for RTP/SAVP media protocol Tomas Kukosa1-4/+13
svn path=/trunk/; revision=23336
2007-11-01LDAP wasn't 'fixed' to handle -T option...Anders Broman3-253/+213
svn path=/trunk/; revision=23335
2007-11-01Add a text media type.Anders Broman1-0/+1
svn path=/trunk/; revision=23334
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman7-23/+10
svn path=/trunk/; revision=23333
2007-11-01some updates to the frsrpc dissectorRonnie Sahlberg1-4/+248
dissect parts of the TLV blob that is sent during file replication svn path=/trunk/; revision=23332
2007-11-01Change:Anders Broman25-48/+61
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() svn path=/trunk/; revision=23331
2007-11-01Fix a decoder type.Martin Mathieson1-1/+1
svn path=/trunk/; revision=23330
2007-11-01removed unnecessary forward class declarationsTomas Kukosa2-7/+0
svn path=/trunk/; revision=23329
2007-11-01better built-in X.880 supportTomas Kukosa2-9/+35
forward declarations of OPERATION and ERROR classes are not necessary when Remote-Operations-Information-Objects.asn itself is compiled svn path=/trunk/; revision=23328
2007-11-01set data for IV alwaysTomas Kukosa1-4/+5
svn path=/trunk/; revision=23327
2007-11-01Remove add_oid_str_name.Anders Broman1-1/+0
svn path=/trunk/; revision=23326
2007-10-31Use oid_add_from_string for adding names.Anders Broman16-493/+551
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
2007-10-31Use oid_add_from_string for adding names.Anders Broman25-203/+203
(gsmmap and inap does not compile at the moment). svn path=/trunk/; revision=23324
2007-10-31add forward class declarations which are necessary to compile ↵Tomas Kukosa1-0/+4
Remote-Operations-Information-Objects.asn svn path=/trunk/; revision=23323
2007-10-31Avoid casting directly from int to pointers. (It doesn't work on 64-bit linux)Mike Duigou1-2/+2
svn path=/trunk/; revision=23322
2007-10-31small improvement in class fields handlingTomas Kukosa1-2/+14
svn path=/trunk/; revision=23321
2007-10-31accept VariableTypeValueFieldSpec syntax and ParameterizedObjectClass syntaxTomas Kukosa1-1/+19
svn path=/trunk/; revision=23320
2007-10-31move 'all: generate_dissector' rule from Makefile.inc.nmake to ↵Tomas Kukosa2-3/+3
Makefile.preinc.nmake to be the 1st one in the resulting makefile svn path=/trunk/; revision=23319
2007-10-31Use oid_add_from_string for adding names.Anders Broman11-68/+68
svn path=/trunk/; revision=23318
2007-10-31Use oid_add_from_string for adding names, names changed to short form.Anders Broman2-62/+62
svn path=/trunk/; revision=23317