aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-05-02Check for a few more integer overflows. Found during fuzz testing.Gerald Combs1-0/+14
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen4-20/+53
2005-05-02Fix a couple of infinite loops. Make similar changes elsewhere to keep theGerald Combs1-15/+16
2005-05-01Fix chunk length handling. Go back to initial concept thatMichael Tüxen1-36/+38
2005-05-01Make sure we pass a positive length to proto_item_set_len().Gerald Combs1-0/+1
2005-04-30move the profinet related files to a plugin (step by step), to make prototypi...Ulf Lamping3-1440/+1
2005-04-30Fix a buffer overflow found during fuzz testing.Gerald Combs1-2/+2
2005-04-30Check for an integer overflow. Fixes bug 149.Gerald Combs1-0/+2
2005-04-30From Miklos Szurdi :Ronnie Sahlberg1-9/+9
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-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-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-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-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-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-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
2005-04-26Add a bunch of tvb_ensure_bytes_exist() calls. Fixes bug 106.Gerald Combs1-0/+26
2005-04-26Add a slew of tvb_ensure_bytes_exist() calls. This should probably beGerald Combs1-3/+75
2005-04-26Add some tvb_ensure_bytes_exist() calls. Fixes bug 101.Gerald Combs1-0/+6
2005-04-26Add packet-bacapp.h to the distribution.Gerald Combs1-0/+1
2005-04-26fix for bug 91Ronnie Sahlberg1-2/+19
2005-04-26from anders bRonnie Sahlberg2-47/+186