aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-23Add a couple of tvb_ensure_bytes_exist() calls to avoid dissector bug Gerald Combs1-0/+2
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes aGerald Combs13-18/+20
2005-04-22Fix for the previous fix.Gerald Combs1-2/+2
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs4-9/+9
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-1/+1
2005-04-22Fix an infinite loop in dissect_rsvp_gen_uni(). Fixes bug 90. Fix up aGerald Combs1-2/+10
2005-04-22prettify portmapper GETPORT requests and responsesRonnie Sahlberg1-14/+52
2005-04-22Add some tvb_ensure_bytes_exist() calls.Gerald Combs1-0/+6
2005-04-22Squelch a valgrind warning.Gerald Combs1-1/+1
2005-04-22Fix a buffer overflow in isis_dissect_nlpid_clv().Gerald Combs1-17/+33
2005-04-21from Olivier JRonnie Sahlberg3-14/+26
2005-04-21In get_string(), throw an exception if the string is too long toGerald Combs1-3/+13
2005-04-21Add a tvb_ensure_bytes_exist(). Fixes bug 68 and its many duplicates.Gerald Combs1-0/+1
2005-04-20Add a comment asking about the address and mask length fields inGuy Harris1-0/+4
2005-04-20Avoid a buffer overflow in the cseq_method field, a fixed-length character ar...Gilbert Ramirez1-17/+30
2005-04-20From Dinesh Dutt: Improve reassembly checking. Replace a match_strval()Gerald Combs1-28/+42
2005-04-20Fix an infinite loop discovered during fuzz-testing.Gerald Combs1-2/+8
2005-04-20Remove leftover debugging code.Gerald Combs1-1/+0
2005-04-20Fix an infinite loop. Fixes bug 80.Gerald Combs1-2/+3
2005-04-20Use proto_tree_add_time() for hf_srvloc_authblkv2_timestamp. Fixes bug 81.Gerald Combs1-1/+4
2005-04-20In all functions that require smb_info data, throw an exception if weGerald Combs1-9/+140