aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-312-2/+2
| | | | | | | | This time keep the tvb routines in epan. Now we can use common crc routines outside epan. svn path=/trunk/; revision=38810
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-302-2/+2
| | | | svn path=/trunk/; revision=38803
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-302-2/+2
| | | | | | This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
* Add a comment about the uncommented glib deprecated warnings.Jörg Mayer2011-08-081-0/+3
| | | | svn path=/trunk/; revision=38403
* mate_grammar.lemon:Jörg Mayer2011-08-073-3/+5
| | | | | | | | | | | | | | - Fix a bug my previous patch introduced. mate/: - Unset G_DISABLE_DEPRECATED for the mate files. CMakeLists.txt configure.in: - Build with -DG_DISABLE_DEPRECATED so further usage of deprecated glib functions will be detected. svn path=/trunk/; revision=38393
* Replace deprecated glib functions.Jörg Mayer2011-08-071-1/+1
| | | | | | | | In order to compile the whole project with -DG_DISABLE_DEPRECATED the mate plugin needs to replace its usage of GMemChunk. All other places should be clean. svn path=/trunk/; revision=38392
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-08-031-14/+14
| | | | svn path=/trunk/; revision=38321
* Make it compile.Stig Bjørlykke2011-07-291-4/+4
| | | | svn path=/trunk/; revision=38254
* Get rid of non-ASCII characters.Guy Harris2011-07-291-1878/+1877
| | | | | | | | Clean up white space. Clean up capitalization a bit. svn path=/trunk/; revision=38253
* Get it compiling.Michael Tüxen2011-07-292-4/+7
| | | | svn path=/trunk/; revision=38250
* From Wido Kelling:Anders Broman2011-07-293-229/+1494
| | | | | | | | Add Dissection of newly released PNIO IEC 61158 Version 2.3. From me use ENC_BIG_ENDIAN. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6154 svn path=/trunk/; revision=38249
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-218-38/+14
| | | | svn path=/trunk/; revision=38150
* Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris2011-07-191-18/+18
| | | | | | | | | | | | | | | | | | | | | | | representation. Use it rather than a raw 0x10. Add a DREP_ENC_INTEGER() macro that takes a pointer to the data representation and returns either ENC_LITTLE_ENDIAN or ENC_BIG_ENDIAN; use it for the encoding argument to proto_tree_add_item(), rather than just the AND of drep[0] and DREP_LITTLE_ENDIAN, as it's not a boolean any more, and for string values we'll be supporting character encodings as well and thus won't be able to trust that the 0x10 bit will mean "little endian". Use ENC_NA for some other encoding values, i.e. for FT_BYTES and the like. Fix a couple of places in the DCOM dissector where we were passing the byte-order bit rather than the field value to proto_tree_add_uint_format(). Clean up white space. svn path=/trunk/; revision=38128
* From Kluchnikov Ivan:Anders Broman2011-07-061-1/+58
| | | | | | | | Decoding Phy Synchronization Field in wimax DL-MAP and Compressed DL-MAP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6068 svn path=/trunk/; revision=37921
* From Guido Reismueller:Anders Broman2011-07-042-0/+593
| | | | | | | | | | This patch includes alle modem capabilities from DOCSIS 3.0 Until now only modem capabilities 1-12 where implemented. Now all capabilities 1-40 are included. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6070 svn path=/trunk/; revision=37892
* From Kluchnikov Ivan:Anders Broman2011-07-041-1/+5
| | | | | | | | Update wimax DCD Message mac version values. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6069 svn path=/trunk/; revision=37891
* From Kluchnikov Ivan:Anders Broman2011-07-042-4/+16
| | | | | | | | Wrong length of items in wimax Compressed DL-MAP and UL-MAP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6067 svn path=/trunk/; revision=37890
* From Kluchnikov Ivan:Anders Broman2011-07-043-9/+11
| | | | | | | | | | | | | Wireshark cannot decode wimax compressed DL-MAP without FCH burst. Function is_down_link use the base station address (bs_address), which is set in function dissect_wimax_fch_decoder. Changed function is_down_link, it use packet_info->p2p_dir for check if packet is downlink. packet_info->p2p_dir set in GSMTAP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6066 svn path=/trunk/; revision=37889
* From Roland Knall:Anders Broman2011-07-031-0/+13
| | | | | | | | | | implement a named dissector for the PN/IO sub-protocol for Profinet, as well as a heuristic dissector ("pn_io"), other protocols can attach too. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6062 svn path=/trunk/; revision=37882
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-282-3/+3
| | | | | | | | | Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
* Remove theinterlinki plugin dir as it's now a builtin dissector.Anders Broman2011-06-0813-767/+0
| | | | svn path=/trunk/; revision=37611
* From Michael Mann:Anders Broman2011-06-083-261/+0
| | | | | | | Make interlink built-in dissector (from plugin). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005 svn path=/trunk/; revision=37610
* Remove the sercosiii plugin dir as it's now a builtin dissector.Anders Broman2011-06-089-766/+0
| | | | svn path=/trunk/; revision=37608
* Move packet-sercosiii.c to be a builtin dissector.Anders Broman2011-06-0712-3539/+0
| | | | svn path=/trunk/; revision=37597
* From Michael Mann:Anders Broman2011-06-063-23/+1568
| | | | | | | | | | | | I made 2 changes when merging the source into a single file: 1. Changed filtername to "siii" to match display filter fields (was quicker than changing all display filter fields to "sercosiii" 2. Converted the "ett_siii arrays" to a single value. Each subtree doesn't need its own ett_ value. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5990 svn path=/trunk/; revision=37574
* Add SVN Id and GPL. Minor whitespace cleanup.Chris Maynard2011-05-261-23/+43
| | | | svn path=/trunk/; revision=37412
* Add the possibillity of adding custom extra dist files.Anders Broman2011-05-261-0/+1
| | | | svn path=/trunk/; revision=37411
* Don't assign a value to a variable which is then never used: Coverity 1160 ↵Bill Meier2011-05-191-4/+4
| | | | | | [UNUSED] svn path=/trunk/; revision=37290
* Fix another old style function declaration warningJörg Mayer2011-05-191-1/+1
| | | | svn path=/trunk/; revision=37281
* get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs2011-04-261-1/+0
| | | | | | | and hostnames in network byte order. Have it return everything in network byte order. svn path=/trunk/; revision=36873
* Remove const qualifier to name, abbrev and blurb to pacify the buildbots.Chris Maynard2011-04-261-3/+3
| | | | svn path=/trunk/; revision=36860
* Get rid of some unnecessary casts that just provoke uninterestingGuy Harris2011-04-251-11/+11
| | | | | | | | | | warnings. More fun with GArrays: cast away some warnings that don't report real alignment problems and that wouldn't even happen if the "data" member of a GArray were a "void *". svn path=/trunk/; revision=36856
* More fun with GArrays: cast away some warnings that don't report realGuy Harris2011-04-251-2/+2
| | | | | | | alignment problems and that wouldn't even happen if the "data" member of a GArray were a "void *". svn path=/trunk/; revision=36855
* Assume the tags are mallocated, so they're properly aligned. Cast awayGuy Harris2011-04-221-1/+1
| | | | | | the warnings. svn path=/trunk/; revision=36816
* Use the return value of proto_item_add_subtree(): put the filter masks in ↵Jeff Morriss2011-04-221-2/+4
| | | | | | their own subtree (as it appears was intended). svn path=/trunk/; revision=36811
* Fix (latest) Dead Store (Dead nested assignment) Warning found by ClangAlexis La Goutte2011-04-221-3/+2
| | | | svn path=/trunk/; revision=36802
* From http://www.wireshark.org/lists/wireshark-dev/201104/msg00231.htmlAlexis La Goutte2011-04-221-18/+18
| | | | | | Always use the returned tree value of proto_tree_add_subtree (and not the item!) svn path=/trunk/; revision=36801
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-04-211-4/+1
| | | | svn path=/trunk/; revision=36772
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-1/+1
| | | | svn path=/trunk/; revision=36756
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-1/+1
| | | | svn path=/trunk/; revision=36754
* CID 1161: Not really used variableJörg Mayer2011-04-191-4/+1
| | | | svn path=/trunk/; revision=36725
* CID 1162: Not really used variable Jörg Mayer2011-04-191-2/+1
| | | | svn path=/trunk/; revision=36724
* Fix Unused varaiable warnings.Anders Broman2011-04-174-20/+7
| | | | | | CID 1163 - 1166 svn path=/trunk/; revision=36675
* Rework whitespace.Bill Meier2011-04-121-971/+973
| | | | svn path=/trunk/; revision=36583
* Don't assign to a proto_item * if the value won't be used: Coverity 1158 & 1159.Bill Meier2011-04-121-5/+4
| | | | svn path=/trunk/; revision=36581
* localtime() can return a NULL ptr.Bill Meier2011-04-121-9/+15
| | | | svn path=/trunk/; revision=36580
* Either remove or use unused values found by Coverity. Fixes CIDsGerald Combs2011-04-063-5/+5
| | | | | | 1169-1172. svn path=/trunk/; revision=36500
* Don't dereference a NULL pointer. Fixes CID 426.Chris Maynard2011-03-311-1/+1
| | | | svn path=/trunk/; revision=36424
* Add a missing break.Anders Broman2011-03-291-0/+1
| | | | | | CID 487 svn path=/trunk/; revision=36403
* Add a missing break.Anders Broman2011-03-291-0/+1
| | | | | | CID 488 svn path=/trunk/; revision=36402