aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedguy2-7/+7
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.guy1-3/+3
2003-01-24Remove an unused function prototypejmayer1-3/+1
2003-01-15#if 0 out the binary protocol stuff, as there's only a dissector forguy1-24/+37
2003-01-14Give it an RCS ID.guy1-0/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy12-4/+864
2003-01-11Fix the copyright notice, give it an RCS ID, and fix the introductoryguy1-4/+5
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureguy1-1/+1
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"guy1-5/+5
2002-11-28Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesguy1-2/+2
2002-11-14From Tomas Kukosa: export more routines to plugins.guy4-4/+125
2002-10-24Added a pointer to more information on PCLIhagbard1-1/+4
2002-10-15When registering a protocol, make sure there are no other protocols withguy1-3/+3
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aguy1-4/+7
2002-10-10Fixed minor error in call ordering.hagbard1-2/+2
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPguy1-3/+2
2002-10-06Remove unnecessary config* stuffjmayer1-7/+0
2002-10-06Ignore *.la and *.lojmayer1-8/+7
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.hagbard12-4/+659
2002-09-23Fix two minor typos by Anand V. Narwanijmayer1-3/+3
2002-09-12Handle ignored files more flexible. This also fixes the newest filesjmayer1-47/+2
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.guy1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.guy28-11/+390
2002-08-30From Anand Narwani: updates to fix:guy2-12/+60
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer15-1402/+1402
2002-08-20From Anand Narwani: fix an infinite recursion issue when decodingguy1-1/+10
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.guy4-4/+29
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer28-223/+8
2002-07-22Update from Anand V. Narwani:guy1-6/+54
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anguy1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.guy1-3/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy2-12/+12
2002-07-17From Joerg Mayer:guy25-111/+1
2002-07-16Get rid of carriage returns.guy1-43/+43
2002-07-14From Anand V. Narwani: fix so that when a filter is applied to a DOCSISguy1-6/+2
2002-07-12From Anand V. Narwani:guy40-22/+9135
2002-07-06From Nix:guy4-11/+11
2002-05-16Fix a return type mismatch for get_CDR_wchar and a parameter type mismatchgerald1-3/+3
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkguy1-2/+2
2002-05-06Remove the unused "offset_saved" variable, as per the changes toguy2-2/+0
2002-05-05Fix the declaration of pointers to "tcp_dissect_pdus()".guy1-2/+2
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableguy4-12/+13
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,guy7-457/+286
2002-05-04Update the dissectors (by hand) to match the changes toguy2-32/+40
2002-05-01Get rid of unused arguments.guy2-101/+101
2002-05-01Make more use of "val_to_str()" and "decode_boolean_bitfield()".guy1-133/+85
2002-05-01Use the bitfield decoding routines for bitfields.guy2-100/+91
2002-05-01Add desegmentation support.guy2-153/+290
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asguy1-15/+13
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asguy1-2/+6