aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2006-11-07Split the ".." and subdirectory into two separate "cd"s, in the hopes ofGuy Harris1-68/+133
reducing the chances that, if a plugin is removed, an extra ".." reference will be left in. Get rid of the extra ".."s that were left in when the ACN plugin was recently removed. svn path=/trunk/; revision=19840
2006-11-06Remove ACN references.Gerald Combs1-12/+0
svn path=/trunk/; revision=19838
2006-11-06Remove the references to acnAnders Broman2-2/+0
svn path=/trunk/; revision=19833
2006-11-06new acn dissector from Bill FloracRonnie Sahlberg11-1864/+0
svn path=/trunk/; revision=19830
2006-11-03Add $(EXEXT) after references to the Lemon executable.Guy Harris1-2/+2
svn path=/trunk/; revision=19785
2006-11-01Add h324_muxtbl_outAnders Broman1-3/+26
svn path=/trunk/; revision=19770
2006-10-31change the signature for the get_pdu_len() function pointer passed to ↵Ronnie Sahlberg3-3/+3
tcp_dissect_pdus() to also include a packet_info pointer. there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size svn path=/trunk/; revision=19751
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵Ulf Lamping21-21/+21
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. svn path=/trunk/; revision=19730
2006-10-18From Shaun JackmanJaap Keuter9-859/+0
The RDM protocol has been accepted as ANSI standard E1.20-2006. The following patch updates the decoder to that spec. At the same time it is promoted to a build-in dissector. svn path=/trunk/; revision=19596
2006-10-14Dissect observedeventsdescriptor more like the actual text.Anders Broman1-11/+25
svn path=/trunk/; revision=19530
2006-10-13Modify Signals descriptor to look more like the actual text message.Anders Broman1-18/+44
svn path=/trunk/; revision=19512
2006-10-05Remove entries for the lua plugin as it's not used any more.Anders Broman1-17/+0
svn path=/trunk/; revision=19441
2006-10-04Start to make the output from the dissector more like the actualAnders Broman1-218/+444
data. svn path=/trunk/; revision=19437
2006-09-30we don't need to .. the dirs for the clean targets hereUlf Lamping1-3/+3
svn path=/trunk/; revision=19381
2006-09-30"Pluggable custom makefile"Ulf Lamping2-0/+56
A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback: The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years). To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start. I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-) svn path=/trunk/; revision=19377
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.Anders Broman1-103/+104
svn path=/trunk/; revision=19367
2006-09-26Lua 5.1.1 for windowsLuis Ontanon1-1/+0
svn path=/trunk/; revision=19324
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-8/+0
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319
2006-09-06NAME can also contain '_'Anders Broman1-2/+5
svn path=/trunk/; revision=19160
2006-09-04Always dissect SDP info to set up RTP conversation.Anders Broman1-7/+3
svn path=/trunk/; revision=19138
2006-09-02Comment out debug code.Anders Broman1-1/+1
svn path=/trunk/; revision=19126
2006-09-02Packages can have digits and '/' in their names...Anders Broman1-8/+12
svn path=/trunk/; revision=19124
2006-09-02Remove some extra output for MediaDescriptor.Anders Broman1-4/+0
svn path=/trunk/; revision=19122
2006-09-02Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1080.Anders Broman1-6/+22
svn path=/trunk/; revision=19121
2006-08-30From Alejandro Vaquero:Anders Broman13-2162/+0
- The current "/plugin/listen_rtp" directory should be removed from the source svn path=/trunk/; revision=19087
2006-08-22(slightly) further dissection of the Option (Organizationally specific) blockUlf Lamping1-0/+52
svn path=/trunk/; revision=18997
2006-08-22fix TLB block alignment to be compatible with the current MRP draft. Would ↵Ulf Lamping1-8/+14
be nice if included in the 0.99.3 svn path=/trunk/; revision=18996
2006-08-22Bail out of an infinite loop. Fixes bug 1048. (This was introduced afterGerald Combs1-58/+61
the 0.99.3 trunk was created.) Remove a couple of static buffers. Fix up whitespace. svn path=/trunk/; revision=18995
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman1-3/+99
svn path=/trunk/; revision=18966
2006-08-19Improve parsing a bit and correctly dissect errorDescriptor in Reply.Anders Broman1-196/+215
svn path=/trunk/; revision=18960
2006-08-10rudp used a port that a) collides with afs and b) violatesJörg Mayer1-1/+26
the port requirements from the draft rfc. Make the portnumber a configureable variable and set it to 0 by default. svn path=/trunk/; revision=18861
2006-08-08several minor fixes and enhancements to the dissectionUlf Lamping1-23/+246
svn path=/trunk/; revision=18854
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs1-1/+1
svn path=/trunk/; revision=18776
2006-07-19From Bálint RéczeyAnders Broman1-0/+3
- Added support for versioned lua libnames to aclocal.m4 - create generated elua_register.h from Makefile svn path=/trunk/; revision=18769
2006-07-01remove some warnings (2nd try)Ulf Lamping2-10/+10
svn path=/trunk/; revision=18635
2006-07-01remove some "signedness" warningsUlf Lamping2-40/+40
svn path=/trunk/; revision=18633
2006-06-29Some improvements to the Lua plugin:Luis Ontanon3-14/+10
- Makefile.am fix: elua_register.h generation + checking serialized - ProtoField.new(..) parameter parsing fix and changes - enabling gui_enabled() function in Lua (typo fix, thanks to Tamas Regos) svn path=/trunk/; revision=18611
2006-06-29remove a "differ in signedness" warningsUlf Lamping1-1/+1
svn path=/trunk/; revision=18607
2006-06-29remove some "unused parameter" warningsUlf Lamping1-10/+10
svn path=/trunk/; revision=18606
2006-06-27From Alejandro Vaquero:Anders Broman13-0/+2162
The "listen_rtp" plugin that allows to listen audio RTP conversations. The plugin is integrated to the "Voip Calls" feature. There is a new "listen" button in the "Voip Calls" that once the calls are selected and the "listen" is clicked, a new window will open. In this window you can change the simulated jitter buffer to be used for decoding the RTP packets. In this first implementation, only a static jitter buffer can be simulated. Then pressing "decode" will decode all the RTP and generate the graphical view of the audio channels. From there you can select up to two channels at the same time (to be played in the left and right channels) and then play, pause, stop,etc.....ok, the attached screenshot it is self explanatory (hopefully). The only codecs available from now are G711u and G711a law. The PortAudio (www.portaudio.com) library is used to play audio. This is an open source cross-platform Audio library. I have tested this on Windows XP and in a linux FC4. NOTE: only the plugin soure files checked in at this time. svn path=/trunk/; revision=18588
2006-06-24Put the sequence number in for a response, if present.Guy Harris1-4/+9
svn path=/trunk/; revision=18568
2006-06-23squelch some compiler warningsUlf Lamping4-17/+18
svn path=/trunk/; revision=18560
2006-06-23One warning from GCC:Jaap Keuter1-1/+1
packet-sbus.c:634: warning: 'sbus_web_seq' is used uninitialized in this function svn path=/trunk/; revision=18554
2006-06-22fix a (correct) compiler warningUlf Lamping1-1/+1
svn path=/trunk/; revision=18548
2006-06-21add various new dissections, enhancements to the existing dissections and ↵Ulf Lamping1-224/+1886
update things to current spec, ... Still incomplete, but a lot better than before :-) svn path=/trunk/; revision=18536
2006-06-21add an expert info if a capture file contains some (yet) undecoded portionsUlf Lamping4-21/+78
svn path=/trunk/; revision=18534
2006-06-21detect the PROFINET OUI correct if the multicast bit is setUlf Lamping1-2/+5
svn path=/trunk/; revision=18528
2006-06-21From Christian Durrer:Jaap Keuter9-0/+1887
I hope this is the right place to send a patch for a new dissector plugin. The telegram it dissects are for the communication between PLCs (Programmable logic controller) from the company Saia Burgess Controls Ltd. (http://www.start-controls.com, http://www.saia-burgess.com or http://www.sbc-support.ch). The protocol is named Ether-S-Bus (the PLCs are called PCD2, PCD3, PCD4). svn path=/trunk/; revision=18526
2006-06-19New rutine tvb_format_text_wsp() which will change "whiite space" characters ↵Anders Broman1-1/+1
to space before output. svn path=/trunk/; revision=18519
2006-06-19From Eugene Tarlovskij:Anders Broman1-1/+1
After synchronization with wireshark repository I see that the patch is applied in the incorrect way. I send you another patch to fix this issue. svn path=/trunk/; revision=18518