index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-rpcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-2
/
+2
*
MT: move global frame_end_routines to packet_info.
Jakub Zawadzki
2012-09-03
1
-1
/
+1
*
Use val_to_str_const() where appropriate;
Bill Meier
2012-08-10
1
-1
/
+1
*
convert some simple uses to use ephemeral memory
Michael Mann
2012-08-10
1
-2
/
+1
*
tvb_length_remaining() can return -1 if the offset is out of bounds. Be sure...
Chris Maynard
2012-07-30
1
-0
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix compilation.
Gerald Combs
2012-06-04
1
-2
/
+2
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-06-04
1
-1
/
+3
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-6
/
+6
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-2
/
+2
*
Fix ex "modeline" so it works;
Bill Meier
2011-09-21
1
-1
/
+1
*
Dissect some op codes.
Stig Bjørlykke
2011-08-29
1
-4
/
+141
*
Improved heuristics.
Stig Bjørlykke
2011-08-29
1
-11
/
+5
*
Stengthen the heuristics a bit (aka don't misclassify some of
Jörg Mayer
2011-08-27
1
-2
/
+8
*
Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.
Stig Bjørlykke
2011-07-19
1
-13
/
+13
*
Use correct encoding for proto_tree_add_item().
Stig Bjørlykke
2011-07-19
1
-70
/
+70
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
Bill Meier
2011-07-18
1
-4
/
+1
*
Avoid absurdly large values used in for-loops.
Stig Bjørlykke
2011-06-30
1
-0
/
+15
*
Strengthen heuristics for Packets.
Stig Bjørlykke
2011-06-29
1
-0
/
+4
*
Don't return an offset that you won't later use.
Guy Harris
2011-06-29
1
-57
/
+42
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-1
/
+1
*
Replace blurbs that match the name (case insensitive) with NULL.
Jeff Morriss
2010-09-23
1
-32
/
+32
*
From Didier Gautheron:
Anders Broman
2010-01-13
1
-11
/
+6
*
For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
Guy Harris
2009-12-19
1
-1
/
+1
*
From Barry Miller via bug 4258:
Stig Bjørlykke
2009-11-23
1
-0
/
+4
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Reword some help text slightly.
Bill Meier
2009-08-03
1
-2
/
+2
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-61
/
+61
*
Use some default true_false_string's.
Bill Meier
2009-04-07
1
-12
/
+4
*
Removed unused rpcap_handle.
Stig Bjørlykke
2009-03-03
1
-4
/
+1
*
Remove unneeded/incorrect properties
Bill Meier
2008-12-26
1
-0
/
+0
*
A few trivial changes related to proto_reg_handoff;
Bill Meier
2008-12-04
1
-4
/
+4
*
Improved the msg_type and msg_value heur checks.
Stig Bjørlykke
2008-11-27
1
-1
/
+4
*
Added an option to turn off content decoding, as this does not always work
Stig Bjørlykke
2008-11-17
1
-26
/
+26
*
Added some expert infos.
Stig Bjørlykke
2008-11-12
1
-5
/
+14
*
Simplified "info added" check.
Stig Bjørlykke
2008-11-06
1
-13
/
+5
*
Added TCP segment reassembly.
Stig Bjørlykke
2008-11-06
1
-23
/
+81
*
Made rpcap heuristic.
Stig Bjørlykke
2008-11-05
1
-40
/
+130
*
Added support for RPCAP message formats.
Stig Bjørlykke
2008-10-30
1
-0
/
+1213