aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-30Check for an integer overflow. Fixes bug 149.Gerald Combs1-0/+2
2005-04-30From Miklos Szurdi :Ronnie Sahlberg2-9/+10
2005-04-30once we know a conversation is iscsi, use conversation_set_dissector()Ronnie Sahlberg1-2/+8
2005-04-30Don't call proto_item_set_len() with a negative length. Found duringGerald Combs1-0/+2
2005-04-30(hopefully) removed various gcc warningsUlf Lamping5-6/+8
2005-04-30fix buildbot reported problems (unix related), part 4, more GLib 1.x relatedUlf Lamping1-2/+4
2005-04-30fix buildbot reported problems (unix related), part 3, don't use GError with ...Ulf Lamping1-4/+4
2005-04-30Make sure we don't recurse into oblivion. Fixes bug 147.Gerald Combs1-0/+2
2005-04-30Make sure we don't pass an invalid length to proto_tree_add_item(). FoundGerald Combs1-2/+24
2005-04-30The previous changes were causing weird exception errors. Back them out,Gerald Combs1-211/+182
2005-04-29fix buildbot reported problems (unix related), part 2, add some missing #incl...Ulf Lamping1-0/+5
2005-04-29fix buildbot reported problems (unix related), part 1Ulf Lamping1-4/+5
2005-04-29Use GStrings instead of character arrays, so that we don't overflow anyGerald Combs1-112/+211
2005-04-29When printing an error message, make sure we're using a valid tree. FixesGerald Combs1-1/+1
2005-04-29add a new feature: list the files of a "File Set" (set of files generated by ...Ulf Lamping13-2/+930
2005-04-29Make sure we're passing the proper lengths to proto_tree_add_item(). Fixes Gerald Combs1-0/+16
2005-04-29Break out of another large-but-not-infinite loop. Fixes bug 143.Gerald Combs1-1/+7
2005-04-29add the missing MODE field in mover_get_state that was introduced in version 4.Ronnie Sahlberg1-5/+13
2005-04-29Force the query interval and robustness variable to be 2. Fixes bug 141.Gerald Combs1-0/+4
2005-04-29Break out of a really large (but not infinite) loop.Gerald Combs1-1/+7
2005-04-29From Martin Mathieson:Lars Roland2-91/+310
2005-04-28Don't try to access past the end of an array. Fixes bug 140.Gerald Combs1-1/+1
2005-04-28Break out of an infinite loop. Fixes bug 138.Gerald Combs1-0/+6
2005-04-28Force IAX_IE_CALLNO to be the proper length.Gerald Combs1-0/+1
2005-04-28In dissect_pipe_lanman(), return FALSE if p_tvb is null, no matter what.Gerald Combs1-1/+1
2005-04-28Use tvb_ensure_bytes_exist() in tvb_get_string() instead of throwing an Gerald Combs1-2/+1
2005-04-28Fix buffer overflow which is the cause of BUG 131.Michael Tüxen1-6/+6
2005-04-28Add support for DUA dissection. Now all SIGTRAN protocols are supported...Michael Tüxen2-0/+767
2005-04-28Usage of oid_to_str() in PER and BER helpersTomas Kukosa3-75/+16
2005-04-28New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa2-0/+42
2005-04-28 make dssetup an autogenerated dissectorRonnie Sahlberg10-274/+2072
2005-04-28rename lsa-ds to the real name of the interface dssetupRonnie Sahlberg2-1/+1
2005-04-28The name of this interface is DSSETUP not LSA-DSRonnie Sahlberg1-134/+134
2005-04-28Some dissectors apparently call proto_tree_add_*() with a null tvb.Gerald Combs1-1/+3
2005-04-28Don't try to g_strdup() a null value. Fixes bug 128.Gerald Combs1-2/+4
2005-04-28Check an AVP length. Fixes bug 128.Gerald Combs1-0/+2
2005-04-28Back out the previous change, and use tvb_ensure_bytes_exist() instead ofGerald Combs1-8/+2
2005-04-27fix #117Ulf Lamping1-0/+10
2005-04-27Fix a buffer overflow. Fixes bug 96.Gerald Combs1-0/+4
2005-04-27fix bugzilla #110 (http://bugs.ethereal.com/bugzilla/show_bug.cgi?id=110)Ulf Lamping1-0/+25
2005-04-27add a state member to the capture_opts, and set it according to the capture e...Ulf Lamping3-2/+24
2005-04-27Break out of an infinite loop. Fixes bug 95.Gerald Combs1-1/+6
2005-04-27In alloc_field_info, throw a ReportedBoundsError if we're passed anGerald Combs1-1/+3
2005-04-27Export of dissect_ber_null() and dissect_per_null()Tomas Kukosa1-0/+2
2005-04-27NULL type decoders for PER and BERTomas Kukosa4-0/+39
2005-04-27With the speedup changes to epan/proto.c the tree will be faked to only cont...Ronnie Sahlberg1-1/+1
2005-04-27fix for bug 107 from Greg MorrisRonnie Sahlberg1-0/+11
2005-04-27TFTP dissector registeringTomas Kukosa1-1/+3
2005-04-27Fix a buffer overflow. Fixes bug 100.Gerald Combs1-1/+1
2005-04-26Reindent some parts of the sip dissector with tabs, as most parts of the diss...Lars Roland1-149/+149