summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-26BACAPP updatesRonnie Sahlberg3-647/+7128
2005-04-25Make the offsets of the source address length and source address matchGuy Harris1-2/+2
2005-04-25Don't try to access a null pointer. Found during fuzz testing.Gerald Combs1-2/+12
2005-04-25Add a tvb_ensure_bytes_exist(). Fixes a bug found during fuzz testing.Gerald Combs1-0/+1
2005-04-25Fix another invalid item length. Fixes bug 98.Gerald Combs1-1/+1
2005-04-25Don't try to tell proto_tree_add_item() that FT_UINT32s are something otherGerald Combs1-21/+21
2005-04-25Fix an infinite loop.Gerald Combs1-1/+1
2005-04-24From Alejandro Vaquero:Lars Roland1-37/+75
2005-04-24From Martin Mathieson:Lars Roland1-4/+19
2005-04-24Fix an infinite loop.Gerald Combs1-0/+1
2005-04-24Don't try to free the same memory twice.Gerald Combs1-2/+6
2005-04-23Force a bunch of protocol items to be the proper length.Gerald Combs1-0/+26
2005-04-23Add a few tvb_ensure_bytes_exist() calls.Gerald Combs1-0/+5
2005-04-23Don't try to free NULL. Don't overflow a buffer.Gerald Combs1-3/+6
2005-04-23Make sure we don't exhaust system memory.Gerald Combs1-0/+446
2005-04-23Add more tvb_ensure_bytes_exist() calls.Gerald Combs2-2/+29