aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2006-06-17From Tarlovskij Eugene:Anders Broman1-3/+4
- MEGACO dissector fails to decode observedevents descriptor - BoundsError exception in text MEGACO packets svn path=/trunk/; revision=18504
2006-06-17ethereal to wireshark changesRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18500
2006-06-16Squelch a (valid) compiler warning.Guy Harris1-15/+15
Clean up indentation a bit. svn path=/trunk/; revision=18481
2006-06-13 (on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping5-1/+739
add Media Redundancy and Media Redundancy Realtime Protocol dissectors (PN-MRP and PN-MRRT) svn path=/trunk/; revision=18454
2006-06-12use FT_GUID instead of FT_STRING at appropriate fieldsUlf Lamping2-6/+6
svn path=/trunk/; revision=18439
2006-06-02remove plugin.c in distlcleanJörg Mayer26-29/+56
svn path=/trunk/; revision=18312
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs3-3/+3
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs32-85/+85
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-29Ethereal->WiresharkAnders Broman3-525/+16
svn path=/trunk/; revision=18239
2006-05-28Ethereal->WiresharkAnders Broman51-98/+98
svn path=/trunk/; revision=18231
2006-05-23From Martin Mathieson:Anders Broman1-1/+3
- 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