aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2002-10-24Added a pointer to more information on PCLIEd Warnicke1-1/+4
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-3/+3
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aGuy Harris1-4/+7
2002-10-10Fixed minor error in call ordering.Ed Warnicke1-2/+2
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris1-3/+2
2002-10-06Remove unnecessary config* stuffJörg Mayer1-7/+0
2002-10-06Ignore *.la and *.loJörg Mayer1-8/+7
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke12-4/+659
2002-09-23Fix two minor typos by Anand V. NarwaniJörg Mayer1-3/+3
2002-09-12Handle ignored files more flexible. This also fixes the newest filesJörg Mayer1-47/+2
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris28-11/+390
2002-08-30From Anand Narwani: updates to fix:Guy Harris2-12/+60
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer15-1402/+1402
2002-08-20From Anand Narwani: fix an infinite recursion issue when decodingGuy Harris1-1/+10
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris4-4/+29
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer28-223/+8
2002-07-22Update from Anand V. Narwani:Guy Harris1-6/+54
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anGuy Harris1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris1-3/+3
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2-12/+12
2002-07-17From Joerg Mayer:Guy Harris25-111/+1
2002-07-16Get rid of carriage returns.Guy Harris1-43/+43
2002-07-14From Anand V. Narwani: fix so that when a filter is applied to a DOCSISGuy Harris1-6/+2
2002-07-12From Anand V. Narwani:Guy Harris40-22/+9135
2002-07-06From Nix:Guy Harris4-11/+11
2002-05-16Fix a return type mismatch for get_CDR_wchar and a parameter type mismatchGerald Combs1-3/+3
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkGuy Harris1-2/+2
2002-05-06Remove the unused "offset_saved" variable, as per the changes toGuy Harris2-2/+0
2002-05-05Fix the declaration of pointers to "tcp_dissect_pdus()".Guy Harris1-2/+2
2002-05-05Put the pointer to "tcp_dissect_pdus()" in the function pointer tableGuy Harris4-12/+13
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris7-457/+286
2002-05-04Update the dissectors (by hand) to match the changes toGuy Harris2-32/+40
2002-05-01Get rid of unused arguments.Guy Harris2-101/+101
2002-05-01Make more use of "val_to_str()" and "decode_boolean_bitfield()".Guy Harris1-133/+85
2002-05-01Use the bitfield decoding routines for bitfields.Guy Harris2-100/+91
2002-05-01Add desegmentation support.Guy Harris2-153/+290
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-15/+13
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-2/+6
2002-04-04Make "dissect_data()" static - it's only called through handles.Guy Harris1-5/+1
2002-02-27Fix the declaration of "addr_call_dissector" to match the functionGuy Harris1-2/+2
2002-02-27From Joerg Mayer:Guy Harris4-8/+8
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris1-2/+2
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris4-5/+29
2002-02-20Export "conversation_set_dissector()" in the plugin API table.Guy Harris4-15/+29
2002-02-19Fix up the declaration of "addr_tvb_new_real_data" to matchGuy Harris1-2/+2
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris4-5/+39
2002-01-30Updated GIOP plugins, from Frank Singleton.Guy Harris2-349/+286
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris4-4/+9
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris9-21/+21